Commands using egrep (220)

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.

Share Your Commands


Check These Out

Rename files in batch

Screencast with ffmpeg x11grab
requires ffmpeg & xwininfo to be installed replace hw:0,0 with pulse if you like using pulseaudio press q to quit

Create a directory and cd into it
This creates a bash function `take` that you can call with the name of the directory as the first parameter. Add the function to ~/.bashrc to have it available anytime.

List all symbolic links in current directory
why go through the hard way? use find with -type l

sort list of email addresses by domain.tld
email random list can be created here: https://www.randomlists.com/email-addresses

Encrypted archive with openssl and tar
Create an AES256 encrypted and compressed tar archive. User is prompted to enter the password. Decrypt with: $ openssl enc -d -aes256 -in | tar --extract --file - --gzip

bash screensaver off

list files recursively by size

copy last command to clipboard
Copy the last command to clipboard (os x)

Count the number of deleted files
It does not work without the verbose mode (-v is important)


Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for: