Bash Tips
Last updated
Last updated
Useful operation mode:
Tab completion
Help by .method?
+ enter
Embedding in a script for debugging using the interactive shell:
Useful hotkeys:
Navigation by arrows
s
- sort by size
C
- sort by quantity
c
- show quantity
d
- delete
Useful operation mode:
-c
- create a new archive
-f
- use archive file or device ARCHIVE
-j, --bzip2
- compress/decompress the archive through bzip2
-z, --gzip
- compress/decompress the archive through gzip
-t, --list
- list the contents of an archive
-x
- extract files from an archive
-C, --directory=DIR
- change output directory to DIR
-v
verbosely list files processed
provides unified access to the best community driven cheat sheets repositories of the world.
is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line.
a command line tool and library for transferring data with URL syntax.
- write output to file
instead of stdout.
- specifies a custom request method to use when communicating with the HTTP server.
- extra header to include in the request when sending HTTP to a server.
- adds body to the request.
- tell curl to not handle sequences of /../
or /./
in the given URL path.
- makes curl verbose during the operation.
is a handy command shell for python, which supports:
is a disk usage analyzer with an ncurses interface.
- monitor the progress of data through a pipe.
saves many files together into a single tape or disk archive, and can restore individual files from the archive.
is a command-line program to download videos from youtube and other video sites.