Category:Bash

From FVue

Jump to: navigation, search

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 with 26 bash pitfalls as of Mar 1, 2009

Articles in category "Bash"

There are 47 articles in this category.

B

C

C cont.

D

E

H

L

M

M cont.

N

P

R

S

T

W

Personal tools