Generic commands
find -name skype
whereis drush
sh file.sh //(installing .sh files)
cat file.txt //(open file)
touch file.txt //(creates an empty file)
makedir -p abc/def/ghi //(will make all folders)
less etc/file.txt
echo $PATH
git log -n 2 | |
git log --since=2012-06-15 | |
git log --until=2012-06-15 | |
git log --author="Nadeem" | |
git log --oneline | |
git log SHA1..SHA2 --oneline | |
git log SHA..index.html | |
git log --format=short | |
git show SHA | |
git show --format=online HEAD |
Generic commands
find -name skype
whereis drush
sh file.sh //(installing .sh files)
cat file.txt //(open file)
touch file.txt //(creates an empty file)
makedir -p abc/def/ghi //(will make all folders)
less etc/file.txt
echo $PATH