sed -ie "s/text_to_replace/replacement/g" `find . -type f -name <filename>`
find . -size 0 ! -name '*.a' -print0 | xargs -0 -I FILE mv FILE <otherdir>
wc -l $(find . -type f -name '*.java')
usermod -a -G groupa usera
DEVICE=eth0 USERCTL=no ONBOOT=yes BOOTPROTO=dhcp BROADCAST=192.168.1.255 NETWORK=192.168.1.0 NETMASK=255.255.255.0 IPADDR=192.168.1.5
ps -ef | grep <process_name>
set -o emacs
$if mode=emacs "\C-b": "ps -ef | grep " $endif
source ~/.inputrc
export http_proxy=http://<your_proxy>:<your_proxy_port>
ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (~/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in ~/.ssh/id_rsa. Your public key has been saved in ~/.ssh/id_rsa.pub. The key fingerprint is: ... The key's randomart image is: ...