Links tagged “shell”
14 links, newest first.
refp.se
A shell colon does nothing. Use it anyway - the colon as no-op, placeholder and guard. Short, immediately usable.
tris.sherliker.net
Decoding the obfuscated bash script on a Uniqlo t-shirt - a real, self-evaluating, obfuscated Akamai script, sold as clothing, taken apart line by line.
mareksuppa.com
HTTP requests without curl, using Bash /dev/TCP: the kind of TIL that makes you reread your own shell. A request with nothing but Bash.
jvns.ca
You can use `fzf` to review git commits, a TIL by Julia Evans
mywiki.wooledge.org
BASH Frequently Asked Questions Note: The FAQ was split into individual pages for easier editing.
eliangcs/http-prompt: HTTPie + prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting
github.com
HTTP Prompt HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompttoolkit.
mail.python.org
PEP 218 Re: ANN: set-0.1 module available Roman Suzi rnd at onego.ru Tue May 14 18:53:15 CEST 2002 On 10 May 2002, Coady wrote: BTW, what are the chances of PEP218 being built into Python?
linuxjournal.com
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF












