Skip to content

Linux tools, useful command, trifles.(based on debian)

Notifications You must be signed in to change notification settings

tamim662/Linux_For_Developers

Repository files navigation

Linux_For_Developers

Linux tools, useful commands, trifles. (based on Debian)

echo

cat

aliases

Partitions

Path

Process

Kernel

Memory

Swap

System Boot

System Runlevels

Managing System Service

Add New User

Upgrading And Patching

Using dpkg

Network And Network Interface

Video Editing using command line tool

Linux power user commands

  • To estimate the total video length of all MP4 files in the current directory and its subdirectories:
    find . -iname '*.mp4' -exec ffprobe -v quiet -of csv=p=0 -show_entries format=duration {} \; | paste -sd+ - | bc -l | awk '{printf "%.2f minutes\n", $1/60}'

About

Linux tools, useful command, trifles.(based on debian)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published