Very often, for backup (and other) purposes it is better to first compress the directory and then download it, or do whatever you want to do with it. These two commands provide fast and easy way to do that.
There is a way using CSS! If you set your width depending on the parent…
grep -rnw '/path/to/somewhere/' -e 'pattern' -r or -R is recursive, -n is line number, and -w stands for match the…
This snippet will remove duplicate lines from text file: awk '!seen[$0]++' filename It will display…
Easiest way to export your database is through phpMyAdmin. With few clicks you can get…
Put this code into a .sh file, add executable permissions to it and add it…
Put this code into a .sh file, add executable permissions to it and add it…