Using the clipboard from the Mac OS X Terminal
August 24th, 2010
No comments
You can use the clipboard from the directly from the terminal application, Mac OS X gives you two commands:
You can use the clipboard from the directly from the terminal application, Mac OS X gives you two commands:
On your Mac OS X terminal you can use the open command like a double click.
For example you can issue the following command:
# open .
this command will open the working directory in the finder.
You can use the script command to store everything printed on your terminal window, to start the recording session you shall type the following line into the terminal window:
Latest Comments