Category:Bash
Appearance
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.
B
- Bash completion library
- Bash: Append to array using while-loop
- Bash: Backup and restore settings
- Bash: Backup on cd
- Bash: cd sometimes echoing current directory
- Bash: Detect if variable is an array
- Bash: Dotfiles
- Bash: Escape Xml
- Bash: Export array doesn't work
- Bash: Grep logrotated files from specific date to end of file
- Bash: Syntax error near unexpected token `('
- Bash: Beep
C
- Cd to script-directory
- Bash cd alias: cdots
- Bash: Change directory to project: cdp
- Bash: Check if array element exists
- Compiling bash-4.1 on Ubuntu
- Completion gone after bash --norc
- Bash: Completion of word containing @
- Bash completion slowing down login
- Connecting my multimedia keyboard to mplayer via xbindkeys and bash named pipe
- Sed: Convert CSV to PostgreSQL