#Linux 5 [wget, date, sed, man, setterm] useful cli oneliners.
- WGET Download an entire website with a single command:
wget --random-wait -r -p -e robots=off -U mozilla http://www.example.com
https://www.commandlinefu.com/commands/view/901/download-an-entire-website
DATE Which day would be +90 from now?
date -d "today +90 days"ordate -d "+90 days"
SED Delete blank lines:
strictly emptysed '/^$/d'or with spaces & tabssed '/^\s*$/d'
https://stackoverflow.com/questions/16414410/delete-empty-lines-using-sed
Search MAN pages for a given string:
man -k string
SETTERM Change (and keep it) VT background and foreground:
$ setterm -store -background blue -foreground cyan
please feel free to write comments suggestions and alternatives
Leave #Linux 5 [wget, date, sed, man, setterm] useful cli oneliners. to:
Read more #linux posts
Best Posts From TanNoisEr-IT
We have not curated any of oneshot's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From TanNoisEr-IT
- MiniPC "NiPoGi - Gust G1 Mini PC ΑD Ryzen 9"
- [linux] Directories che diventano enormi con il tempo...
- DNS LINUX DESKOTP CONFIGS UPDATE
- LINUX solved issues. [bk]
- HIVE Community
- My First Post
- --- Installation of Linux MX on an old ASUS laptop --- Custumizing PART-01
- Pre-Installation Steps Of MX-LINUX On An Old ASUS Laptop From Usb Stick.
- LINUX solved issues.
- #Linux 5 [play, chvt, arecord, mutt, curl] useful cli oneliners.