mac os x terminal pipe to clipboard
September 6, 2009
Leave a comment
cat file.txt | pbcopy
|
á |
Option + E , A |
|
é |
Option + E , E |
|
í |
Option + E , I |
|
ó |
Option + E , O |
|
ú |
Option + E , U |
|
É |
Option + E , Shift + E |
|
ñ |
Option + N , N |
|
Ñ |
Option + N , Shift + N |
|
¿ |
Option + Shift + ? |
|
¡ |
Option + 1 |
|
ü |
Option + U , U |
Problem:
ls /some/long/path/to/directory/
cd !$
yay unix greatness!
Mac:
defaults write com.apple.Safari IncludeDebugMenu 1
Windows: Edit
C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari\Preferences
add the following line
<key>IncludeDebugMenu</key><true/>