This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"%04_ax " | |
2/1 "%02x" " " 2/1 "%02x" " " 2/1 "%02x" " " 2/1 "%02x" "-" 2/1 "%02x" " " 2/1 "%02x" " " 2/1 "%02x" " " 2/1 "%02x" | |
" |" | |
16/ "%_p" | |
"|\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import print_function | |
# The definitions are in the file "mydirs.dat" which is in the same directory | |
# as this file. Lines of this file may be blank or a label/directory pair, | |
# colon delimited. These can contain just about anything that doesn't confuse | |
# the shell, except colons and newlines, of course. | |
# Into your .bashrc, .profile, .zshrc, or whatever: | |
# cd_() |
NewerOlder