-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding command z to reference #284
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revert "Added documentation for contributor command"
Add more examples of sudo commands, including shell change, file editing, and opening an interactive shell
Remove TODO statement. Add example commands with bash input/output and explanation. List other useful arguments to tar command and what they do.
made the description and short example of it's use
I added better examples and improved the descriptions to the cmp command
I added colors and made better examples to show the cmp command's features!
This commit adds a desctiption of the command "strace" to the EECS 201 reference page, under "tools". Two useful commands are presented, as well as a short description of the command.
Included some basic functionality as well as some advanced examples on how to get using this command to its full extent
I added a description for how to use the xclip command with: no args filename arg -sel c filename -sel c -o
Commands include bg %, bg help, jobs, and the & operator to run a job in the background
Added a one-line description and a super simple example of rm.
Added a short paragraph describing how the rm command works.
Added documentation for tmux
Added documentation for head command
ADDED sublime.md. Made a few changes to the commit history for master…
Updated kill.md
Updating sleep.md
Added Brackets to the 'Editors' section.
Add documentation and examples to curl command
Added clean.md
Added documentation for the find command
Created and finished updating chsh.md
Add rm documentation
Added documentation and examples on how to use the bg command
Reference page for strace should now be complete. Included is examples of two useful flags and an example of real output.
I've explained how the user can interpret the bytes as characters in a note and I added the -b flag. I couldn't find the -q like Samuir requested, but I will if I could find it.
* Removed duplicate entries for flags * Reorganized structure to introduce all flags before example commands
Update tar.md
Updated truemd and included examples.
Added strace.md.
Xclip reference
Fixed Issue #61: Added documentation for uptime
Update rsync doc
Added documentation for at command
Added documentation for 'type' tool including -a, -n and -t flags and…
Fix bad markdown on apt-get page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Advanced HW 5 submission
Closes #283
Name: Rhea Singh
Uniqname: rheas
added command z reference to tools