shell scripting - sgml/signature GitHub Wiki
- https://gitter.im/PowerShell/PowerShell
- https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash
- https://developer.apple.com/library/archive/documentation/OpenSource/Conceptual/ShellScripting/Introduction/Introduction.html
- http://git.savannah.gnu.org/cgit/bash.git/tree/CHANGES
- https://en.wikibooks.org/wiki/Bash_Shell_Scripting
- https://www.tutorialspoint.com/powershell/powershell_alias.htm
- https://www.johndcook.com/blog/powershellcookbook/
- https://blogs.msdn.microsoft.com/powershell/2012/06/15/high-level-architecture-of-windows-powershell-workflow-part-1/
- https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-core-60
- https://docs.oseems.com/general/ssh/set-remove-passphrase
- https://www.ibm.com/developerworks/community/blogs/Dougclectica/entry/ssh_key_authentication_with_putty30?lang=en
- http://inglorion.net/software/detach/
- http://blog.n01se.net/blog-n01se-net-p-145.html
- https://issues.jenkins-ci.org/browse/JENKINS-25503
- http://www.perlmonks.org/?node_id=845138
- https://blogs.technet.microsoft.com/heyscriptingguy/2014/01/25/using-powershell-ise-snippets-to-remember-tricky-syntax/
- https://www.jonathanmedd.net/2013/11/creating-powershell-ise-v3-and-later-code-snippets.html
- https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-6
- https://devblogs.microsoft.com/scripting/powertip-create-a-nested-powershell-custom-object/
- http://etutorials.org/Linux+systems/red+hat+linux+bible+fedora+enterprise+edition/Part+II+Using+Red+Hat+Linux/Chapter+9+Tools+for+Using+the+Internet+and+the+Web/Using+Remote+Login+Copy+and+Execution/
- https://arstechnica.com/information-technology/2017/02/bored-with-ho-hum-cloud-backups-use-usenet-yes-usenet-instead/
- http://tldp.org/LDP/abs/html/communications.html
- https://blogs.technet.microsoft.com/heyscriptingguy/2013/01/04/understanding-and-using-powershell-profiles/
- https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx
- https://ss64.com/ps/syntax-run.html
- https://stackoverflow.com/questions/1955505/parsing-json-with-unix-tools
- https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_08_02.html
- https://linuxhint.com/bash_yes_command/
- https://www.gnu.org/software/bash/manual/html_node/Controlling-the-Prompt.html
- https://people.cs.clemson.edu/~jmarty/courses/papers/BashUserManual-12-2020.pdf
- https://en.wikibooks.org/wiki/Guide_to_Unix/Environment_Variables
- https://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Bash-Prompt-HOWTO.html
- http://www.softpanorama.org/Scripting/Shellorama/Reference/bash_prompt_reference.shtml
- http://www.softpanorama.org/Scripting/Shellorama/Bash_as_command_interpreter/shell_prompts.shtml
- https://tldp.org/LDP/abs/html/sample-bashrc.html
- https://tldp.org/LDP/abs/html/internalvariables.html
- https://linuxcommand.org/lc3_man_pages/ps1.html
- https://my.safaribooksonline.com/book/operating-systems-and-server-administration/unix/1565923472/syntax/lbs.appd.div.3
- https://github.com/jalanb/jab/blob/master/src/bash/bash.bnf
- export -n FOO to remove foo
sudo mv /etc/resolv.conf /etc/resolv.conf-original sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf sudo systemctl restart systemd-resolved
- https://unix.stackexchange.com/questions/33339/cant-use-exclamation-mark-in-bash
- https://www.oreilly.com/library/view/learning-the-bash/1565923472/ch01s09.html
- https://en.wikipedia.org/wiki/Glob_(programming)
- https://riptutorial.com/bash/example/13122/the-----glob
- https://metacpan.org/dist/PerlPowerTools/view/bin/glob
- https://www.perlmonks.org/?node_id=1206848
- https://it.toolbox.com/question/using-sftp-with-a-co-process-within-ksh-051711
- https://www.unix.com/answers-to-frequently-asked-questions/14020-automate-ftp-scripting-ftp-transfers.html
- http://www.dartmouth.edu/~rc/classes/ksh/coprocesses.html
- https://www.livefirelabs.com/unix_tip_trick_shell_script/feb_2004/02092004.htm
- https://www.linuxjournal.com/content/bash-co-processes
http://blog.dbain.com/2012/02/using-msysgit-and-connect-on-windows-to.html