This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis
I just discovered a massive collection of useful linux/shell command one-liners, and I'm such a suc*** for one-liners.
To give you an idea of what's included in this extensive list. There are hundreds of snippets like the three below listed.
# Get the 10 biggest files/folders for the current directory
du -s * | sort -n | tail
# Remind yourself to leave in 5 minutes
leave +5
# Save man-page as pdf
man -t awk | ps2pdf - awk.pdf
The thing with these commands is that there's no chance that I'll remember these in the future. But I'll keep browsing and might add some new aliases/functions to my dotfiles.
Nevertheless, I recommend having a look at this list if the terminal is your kind of thing. ?
Reply to Stefan
This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis
Stefan Judis | Sciencx (2020-11-19T23:00:00+00:00) 1025 shell command one-liners on one page (#note). Retrieved from https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.