1025 shell command one-liners on one page (#note)

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 extens…


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.

Linux Command Library – 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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » 1025 shell command one-liners on one page (#note)." Stefan Judis | Sciencx - Thursday November 19, 2020, https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/
HARVARD
Stefan Judis | Sciencx Thursday November 19, 2020 » 1025 shell command one-liners on one page (#note)., viewed ,<https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/>
VANCOUVER
Stefan Judis | Sciencx - » 1025 shell command one-liners on one page (#note). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/
CHICAGO
" » 1025 shell command one-liners on one page (#note)." Stefan Judis | Sciencx - Accessed . https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/
IEEE
" » 1025 shell command one-liners on one page (#note)." Stefan Judis | Sciencx [Online]. Available: https://www.scien.cx/2020/11/19/1025-shell-command-one-liners-on-one-page-note/. [Accessed: ]
rf:citation
» 1025 shell command one-liners on one page (#note) | Stefan Judis | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.