HowFlow

Commands Tricks   RSS Feed


http://www.netdip.com/linux-find-command-can-find-files-of-a-certain-file-size-here-s-some-examples/
netdip.com Using the Linux 'find' command, you can easily find files based on their filesizes. Whether you want to find files larger than a certain size, smaller than a certain size, or equal to a certain size in bytes, kilobytes, megabytes, or Gigabytes, the Linux 'find' command with the -size option can find them. Here are some examples of using the 'find' command with the -size option.

Share it!   Posted by Avatar mojojuju 5 months ago

http://webupd8.blogspot.com/2009/07/another-10-useful-linux-commands.html
blogspot.com Among the commands: Find removed (deleted) files still in use via /proc, On-the-fly unrar movie in .rar archive and play it, does also work on part archives, List programs with open ports and connections, Manually pause/unpause an application (process), etc.

Share it!   Posted by hotice hotice 7 months ago

http://webupd8.blogspot.com/2009/06/10-linux-unix-useful-commands.html
blogspot.com 1. Show/purge unused linux kernel images and modules: dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

Share it!   Posted by hotice hotice 8 months ago