-
Notifications
You must be signed in to change notification settings - Fork 120
Command line Cheat Sheet
Lance Pollard edited this page Sep 25, 2012
·
7 revisions
This is a generic/intro guide to the bash shell.
The reason for this is to provider relatively new coders with a simple reference to the command-line.
pwd
cd ./packages
cd packages
ls
mv packages lib
cp ./lib/tower.js ./tmp/tower.js
touch ./tmp/tower.js
rm -rfv ./tmp
chmod 755 ./bin/tower
curl ...
uname -a
which tower
ps -ax
tail -n 500
top
ulimit -n 10240
sed
awk
grep
find
which
chmod
curl
wget
touch
cp
cd
pwd
ls
kill
ps
wc
cat
echo