Advanced file listing tricks for Linux.

How to do various file listing tricks on Linux to find various files. Get a listing of all files in /bin that contain the letters ‘ls’ and output the file details. 4.4 Tue Mar 05 jason@Yog-Sothoth 0: $ find /bin -type f -name ‘*ls*’ -ls 3933382 132 -rwxr-xr-x 1 root…

Read More

Play video with mplayer and scale the output.

To playback video in mplayer in different sizes, just use this command: 4.4 Fri Oct 05 jason@Yog-Sothoth 0: $ mplayer -vf scale=960:720 Listening\ to\ the\ radio\ in\ Syria.\ This\ guy\ is\ very\ chill.-ncMhr.mp44.4 Fri Oct 05 jason@Yog-Sothoth 0: $ mplayer -vf scale=960:720 Listening\ to\ the\ radio\ in\ Syria.\ This\ guy\…

Read More