Some useful Unix commands.
$ ls -l -X
# Or
$ ls -l --sort=extension$ ln -s /var/www/html/ ~/www$ ifconfig | grep "inet 192."history -c
# Or
$ rm -rf ~/.bash_history$ ls -l | xclip -selection c$ cp -avr source destination
# Or
$ rsync -av source destination$ which node
# /usr/bin/node$ pwd
# /home/username/mycurrent-directory$ mount -t vfat /dev/sdb1 /media/usb$ usermod -a -G ftp tony$ uname -a && cat /etc/fedora-release && gnome-shell --versionIn ~/.bashrc file:
KERN_DIR=/usr/src/kernels/`uname -r`
export KERN_DIRscp -P 123456 -r [email protected]:/user/remote/dir ./echo "find . -type d -exec touch {}/.gitignore \;" | bashfind . -name ".gitignore" -type f -delete