Commit Graph

94 Commits

Author SHA1 Message Date
f95e0a1f53 Short description of unix wget (#22662)
* Short description of unix wget

A short description of unix wget

* fix(guide): typos and grammar
2018-11-24 16:10:15 +00:00
a065b7b534 Cleaned up links, small grammar changes (#23050) 2018-11-22 23:20:27 -05:00
a87514da97 Short description of unix tail (#22446)
A short description of unix tail
2018-11-21 22:05:52 -06:00
98798bd3fa Description of unix sort (#22403)
A sort description of unix sort
2018-11-21 09:06:47 -06:00
cf0caf5e8e Added another usage of cat (#21928) 2018-11-17 12:48:24 -07:00
1c89ba1127 Added commonly used options (#21886) 2018-11-17 10:50:54 -07:00
49738cbd90 Update index.md (#21844)
Added an example for calling rm with arguments to remove a nonempty folder.
2018-11-17 10:48:26 -07:00
ee87987fa3 some article refresh (#21837)
* some article refresh

this had some misinformation in it (identifiers as hosts in SSH??) 
fixed it and added some basic information, why this tool is needed and replaced predecessor telnet
also some basic usage

* Update index.md
2018-11-17 10:24:42 -07:00
54f73c9596 Added more explanation for -f (#21863) 2018-11-17 09:38:59 -07:00
7e2c6a6767 Fixed some minor grammatical errors and styling (#23039)
* Fixed some minor grammatical errors and styling

Added example boxes that are consistent with other documents in this series of bash commands.

* Add syntax highlighting, Fixed formatting
2018-11-16 04:42:41 -05:00
116db60912 Adding additional information and link (#21786) 2018-11-15 10:09:06 -06:00
e805f08716 Updated the Usage with 'ls' instead of 'cat' and also added few more options that are useful in daily life (#21586) 2018-11-15 00:50:23 +00:00
b759c984b9 Fixed update (#24840) 2018-11-09 10:13:09 +05:30
8395d35448 Update index.md (#24832) 2018-11-08 20:15:09 +05:30
11e1ef85c5 Added a script example (#21124)
This script will display the user's name
2018-11-05 15:16:55 -05:00
8e4b2795ab Add a "tip" section to the article (#29865)
* Add a "tip" section to the article

With 1 tip for a frequent error I got when I started using bash

* Fixed formatting issues
2018-11-05 02:01:23 -05:00
ff6c300335 Added usages (#20035)
* Added usages

Added usages in the style of other files in the directory.

* Complete file overhaul.

Added details on how all of the three different modes are used. Added commonly used arguments section with seven arguments and how to use them. Added an examples section with three examples and explanations of them. Added a link to the SS64 page. Also made sure that the formatting is more consistent with the rest of the directory.

* Basic editting.

Removed hyphens before user (group) and read/write options because `-` is not required in front of the user (group) option and has a specific meaning (to remove) for the read/write options.

* Additional editing and formatting.

* Reworded the sentence for using a combination of numeric permission arguments.
* Changed the sentence that introduces commonly used arguments to a subheading.
2018-11-03 18:08:31 -04:00
4f02fdad57 Added to arguments (#20577) 2018-11-03 09:45:39 +05:30
f8cfd5dd40 Typos fixed (#20362) 2018-11-02 21:45:27 +05:30
f40384972b fix example usage (#20213)
* fix example usage

* Removed translations
2018-11-02 19:34:54 +04:00
a416ee3684 Typo (#24881) 2018-11-01 11:07:13 +05:30
a83dc34e2e spelling error fixed (#20618) 2018-10-31 13:52:30 -05:00
c63218d60f added text to the article (#31467) 2018-10-31 00:09:30 +00:00
a98c9852c8 Added an argument to the file (#20484) 2018-10-29 22:21:41 -05:00
Joe
25aedd28b4 Update index.md (#24603)
added "- Typing 'pwd' will show you which directory you are currently working in."
2018-10-29 16:13:18 -07:00
0fa1644adf Update index.md (#20442) 2018-10-29 01:33:48 -04:00
c73c7eb835 Warning for potential dangerous command (#20272)
Added warning specifying the dangers of rm
2018-10-28 20:33:37 -05:00
1db2fba1d3 Warning for potential dangerous command (#20264)
Added warning for the dangers of mv command
2018-10-28 15:21:13 -07:00
1567a16b2f Expand type families and bash touch documentation (#20210)
* Update index.md

Added links to resources on Typeface Families.

* Expand description of command and add link
2018-10-28 10:03:32 -05:00
06fbd4c156 split example usage (#20164) 2018-10-27 20:07:39 -07:00
bddc20a66b fix example usage (#20152) 2018-10-27 20:02:51 -07:00
8e980f0f84 add option to CLI (#20141)
add option parameter to example of usage
2018-10-27 20:02:07 -07:00
5a13aa415f Added information about command line options (#19925)
Added a link directing to a list of the command line options on the SSH website
2018-10-27 10:35:09 -07:00
77137b1496 fix usage example and separated into two example (#20195) 2018-10-27 22:25:36 +07:00
0be97242e6 Made the formatting more consistent (#19979)
The formatting is now more consistent with the other files in the directory, also added a link to the Linux page.
2018-10-26 22:21:02 -05:00
e54d423dd6 Fix(guide): Add the description for connecting to a custom port 2018-10-26 15:20:21 -04:00
Joe
91cfdcfefc add option R.md (#24617)
* add option R.md

added * `-R`, displays the contents of the directory, and it's subdirectories.

* Fix possessive typo in bash ls article
2018-10-25 11:08:54 -07:00
1451ba5dd6 Fix spacing in Bash SSH article (#19849)
* Update index.md

Given link to apps that are designed for SSH connection.

* Update index.md
2018-10-25 14:39:46 +09:00
Joe
3796483b65 shutdown (#24654)
* shutdown

added an explanation for the shutdown command

* corrected file folder and filename
2018-10-24 14:08:36 +02:00
0a40038272 Added text "touch -am file3" to the article (#26841) 2018-10-23 23:06:51 -04:00
eb2fd8f06a Added additional website under Unix ls (#25672) 2018-10-23 15:10:58 -04:00
32aaf35c5c Added alternative hint to change file permissions (#19234) 2018-10-21 14:48:29 +09:00
ed17574351 Fix(guide): Add "cd -" to manual 2018-10-19 09:40:55 -04:00
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30