the-art-of-command-line icon indicating copy to clipboard operation
the-art-of-command-line copied to clipboard

Master the command line, in one page

Results 188 the-art-of-command-line issues
Sort by recently updated
recently updated
newest added

I fixed some typos in the Czech translation, such as "inteaktivní" to "interaktivní" and added some commas to places where they should be.

"Obscure" significa "confuso" (vb. to make unclear, vague, or hidden) "Obscuro" podría cambiarse a "oscuro" pero útil aunque no suena bien.

This Slovenian translation is updated up to latest commit f79f79cfe6c2195a5bd6e1926cbf6bffddbc8745 as of this pull request. Thank you.

translations

Hi, I'd like to translate and if no one's available possibly maintain. I didn't start yet but I can accommodate myself for translation couple of hours in a day.

`mkfifo` allows IPC and some lesser known tricks like `mkfifo /tmp/pipe && nc -l 12345 0/tmp/pipe` to setup a basic proxy (from https://en.wikipedia.org/wiki/Netcat#Proxying).

Add s5cmd to the section that mentions Amazon S3 utilities. Fixes #741.