Category:Bash
From FVue
Hot
- Bash: Cdots
- Define shortcuts for taking U-turns with cd:
.. [dir] = cd ../[dir] ... [dir] = cd ../../[dir] .... [dir] = cd ../../../[dir] ..... [dir] = cd ../../../../[dir] ...... [dir] = cd ../../../../../[dir] ....... [dir] = cd ../../../../../../[dir] ........ [dir] = cd ../../../../../../../[dir]
See also
- Advanced Bash-Scripting Guide
- Learn by examples
- Bash Style Guide and Coding Standard
- Short read to many Bash good practices
- Bash: Gotchas
- Learn by my mistakes
- BashPitfalls - Greg's Wiki
- A thorough list of bash gotchas.
- Magic Aliases: A Layering Loophole in the Bourne Shell - Simon Tatham
- Exploring the possibilities of `alias'
Pages in category "Bash"
The following 52 pages are in this category, out of 52 total.