-
Notifications
You must be signed in to change notification settings - Fork 1
Linux commands
Peter Ajtai edited this page Feb 7, 2014
·
49 revisions
- Running multiple commands
- Both attempted, even if first one has error
[Command1]; [Command2];
- Use short circuiting -
[Command]will only happen if[Test]succeeds[Test] && [Command]
- Both attempted, even if first one has error
- often
topis more useful
- search replaces in stream (e.g. file)
- to have it act on a string, pipe it
echo "i do not like spaces"|sed 's/ /_/g'* Update `.bash_profile` without a restart
* `source .bash_profile`
- If you want to grab a file from the 'net
- wget tutorial
# get urls from a file
wget -i filename.extzip command will update a file in a zip archive if used with an existing archive
-m option will delete the files after putting them in the archive (suggested to use with -T)
- Operating Systems
- Programming
- IDEs & Text Editors
-
Version Control
-
Git
- git checkout
- git cherry-pick
- git log
- git stash
- Git References
- Ignoring files
- Tagging in Git
- Adding exisiting git repo to existing remote repo
- Cloning a Repository
- Conflict Resolution
- Toss current changes
- Add, commit, push all new
- Rebasing
- Git Pro Notes
- Github Pages
- Git on Mac
- Git on Ubuntu
- git-svn
- gitk
- giggle
- GitHub
- Gollum
- simple workflow
- SVN
- Hg
-
Git
- Books
Total of 183 pages.
Total of 67 pages not in main tree.
Total of 147 nodes.
This Sidebar and the "Linked From" sections created by Wiki Buddy
The full tree is at _WB-Full-Tree