Commit Graph

40 Commits (9d8e538ac09e5a7310ae0a1e1b713efe8300382d)

Author SHA1 Message Date
tasmainawolf cf0caf5e8e Added another usage of cat (#21928) 2018-11-17 12:48:24 -07:00
tasmainawolf 1c89ba1127 Added commonly used options (#21886) 2018-11-17 10:50:54 -07:00
lannwal 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
David Abutbul 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
tasmainawolf 54f73c9596 Added more explanation for -f (#21863) 2018-11-17 09:38:59 -07:00
Johnathan Milley 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
tasmainawolf 116db60912 Adding additional information and link (#21786) 2018-11-15 10:09:06 -06:00
Saravanan Elumalai 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
Joel Bryant b759c984b9 Fixed update (#24840) 2018-11-09 10:13:09 +05:30
Joel Bryant 8395d35448 Update index.md (#24832) 2018-11-08 20:15:09 +05:30
Blaise Sebagabo 11e1ef85c5 Added a script example (#21124)
This script will display the user's name
2018-11-05 15:16:55 -05:00
Máté Szőnyi 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
zerandomalt 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
awais305 4f02fdad57 Added to arguments (#20577) 2018-11-03 09:45:39 +05:30
Matteo f8cfd5dd40 Typos fixed (#20362) 2018-11-02 21:45:27 +05:30
Benabadji Mohammed Salim f40384972b fix example usage (#20213)
* fix example usage

* Removed translations
2018-11-02 19:34:54 +04:00
socutebunny a416ee3684 Typo (#24881) 2018-11-01 11:07:13 +05:30
jdbricker a83dc34e2e spelling error fixed (#20618) 2018-10-31 13:52:30 -05:00
TheSnafu c63218d60f added text to the article (#31467) 2018-10-31 00:09:30 +00:00
awais305 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
babybuttons 0fa1644adf Update index.md (#20442) 2018-10-29 01:33:48 -04:00
PatrickRJadwin c73c7eb835 Warning for potential dangerous command (#20272)
Added warning specifying the dangers of rm
2018-10-28 20:33:37 -05:00
PatrickRJadwin 1db2fba1d3 Warning for potential dangerous command (#20264)
Added warning for the dangers of mv command
2018-10-28 15:21:13 -07:00
Jennifer W. Mitchell 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
Benabadji Mohammed Salim 06fbd4c156 split example usage (#20164) 2018-10-27 20:07:39 -07:00
Benabadji Mohammed Salim bddc20a66b fix example usage (#20152) 2018-10-27 20:02:51 -07:00
Benabadji Mohammed Salim 8e980f0f84 add option to CLI (#20141)
add option parameter to example of usage
2018-10-27 20:02:07 -07:00
zerandomalt 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
Benabadji Mohammed Salim 77137b1496 fix usage example and separated into two example (#20195) 2018-10-27 22:25:36 +07:00
zerandomalt 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
cvivek503 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
domneedham 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
Elephant 0a40038272 Added text "touch -am file3" to the article (#26841) 2018-10-23 23:06:51 -04:00
Neethan eb2fd8f06a Added additional website under Unix ls (#25672) 2018-10-23 15:10:58 -04:00
Dmitri Sim 32aaf35c5c Added alternative hint to change file permissions (#19234) 2018-10-21 14:48:29 +09:00
Coo.King ed17574351 Fix(guide): Add "cd -" to manual 2018-10-19 09:40:55 -04:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30