Pete Freitag Pete Freitag

Linux and OS X Shell Commands

linuxapple

I found this site with a handy list of OS X and Linux shell commands, along with documentation.


Like this? Follow me ↯

Linux and OS X Shell Commands was first published on March 07, 2005.

If you like reading about linux, mac, or bash then you might also like:

Want Security Advisories via Email?

Advisory Week is a new weekly email containing security advisories published by major software vendors (Adobe, Apple, Microsoft, etc).

Comments

0 12 * * * /usr/bin/top -n 1 -b -S

what's the command mean to
by sreenath gopalan on 12/18/2006 at 10:34:34 AM UTC
Looks like an entry in a crontab file, search google for cron or crontab
by Pete Freitag on 12/18/2006 at 11:06:51 AM UTC
Rajan,

You want to use the scp command, which stands for secure copy, you use it like this: scp somefile.txt [email protected]:/tmp/somefile.txt
by Pete Freitag on 03/12/2007 at 11:39:36 AM UTC