Linux and OS X Shell Commands
I found this site with a handy list of OS X and Linux shell commands, along with documentation.
Like this? Follow me ↯
Tweet Follow @pfreitagLinux 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:
- Creating a Symbolic Link with ln -s What Comes First?
- Recursively Counting files by Extension on Mac or Linux
- The 15 Essential UNIX commands
- Bash Script to log file modifications with osquery
- Bash Loop To Wait for Server to Start
- Searching for files by file name on Mac or Linux
- Counting IP Addresses in a Log File
- Passing Environment Variables to Sudo Command
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
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
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
what's the command mean to