Commit Graph

80 Commits

Author SHA1 Message Date
Joe
8eae311392 clear (#24643)
* clear

added an explanation of the clear command

* add title fix format

* fixed format

* fixed title

* Fix filename to index.md
2019-03-01 13:49:29 -08:00
Joe
56604f43f6 exit (#24641)
* exit

added an explanation of the exit command

* add title fix format

* fixed format

* fixed title

* Fix filename to index.md
2019-03-01 13:48:38 -08:00
SpeedX
01bd850d3c Updated some new usages (#31635)
* Updated some new usages

Displaying information using wild card and merging file usuage added

* fix: resolve-conflicts
2019-02-24 10:32:57 -06:00
winetoys
5eb0555b5e spelling (#31203) 2019-02-18 12:49:58 -06:00
Mark Gross
0074d2a11d Add bash-configuration (#29988) 2019-02-18 12:49:20 -06:00
Kingsjo1
d53d0cf88d Add Man page (#28750) 2019-02-18 11:58:40 -06:00
Alex Dumitru
7f6fba32c0 added example with output redirect to new file (#27734) 2019-02-18 11:41:59 -06:00
Jeremy Nofs
9d39c5c384 Remove reference to using sudo for make files (#29674)
"For make file executable you should call this command under sudo chmod +x "filename"." Doesn't belong in this overview of bash scripts.
2019-02-14 12:45:43 -08:00
Josh Wiegand
6360fed235 updated ls description to better match man pages (#30767) 2019-02-11 18:05:06 -08:00
Christian Coffey
cdbd7dba3b Fixed a typo where 'ls' was 'cat' (#30629)
* Fixed a typo where 'ls' was 'cat'

'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example.

* Update index.md
2019-02-11 17:48:11 -08:00
grbagrbic
7041581a04 Add -d argument description (#28785) 2019-02-11 17:33:35 -08:00
Jared Scott
4d8b2ed063 fixed typo on bash-ls - removed master (#28387)
I fixed a typo where the usage showed cat rather than ls.
I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that).
2019-02-11 17:20:55 -08:00
anthonyjvoss
8bcd9b7334 Added ls -la example for file details. (#28130) 2019-02-11 17:07:18 -08:00
almande
06a2d163f7 Fix grammar and which user executes example (#25897)
I clarified the writing and added some missing articles ("the"). I also changed the description to state that the root user is running the command, based on the use of "sudo" and 744 permissions.
2019-01-26 23:44:50 +00:00
The Archangel
37642f8bcb Added a "Sudo" paragraph entry. (#23709) 2019-01-24 15:13:02 -05:00
Doug
3eb107d18e Removed command capitalization (#23719) 2019-01-24 14:53:08 -05:00
Joe
152f387c54 ifconfig (#24636)
* ifconfig

added an explanation of the ifconfig command.

* added title, correct folder/filename
2019-01-22 19:42:56 -06:00
socutebunny
8edf198bb1 Format page to look like other bash command pages. (#26977) 2019-01-16 23:12:24 -05:00
SAGAR LAKHANI
16c7794fd7 Added some more description (#33331)
Added line-6 and line-7 which provides more description about cd.
2019-01-16 11:49:14 -07:00
simchuck
fbcbb1eda0 Add 'related commands' section with info about pushd, popd, dirs (#32824)
Would be useful to create a separate page for these commands and to add links from this page as appropriate.
2019-01-16 11:43:15 -07:00
Máté Szőnyi
5e8738ff10 Added an another argument to the list (#29869)
cd $HOME also moves to the home directory
2019-01-15 15:21:31 -07:00
CL Mason
3da1bd9f60 Fixed spelling and verbage, line 16 (#29054) 2019-01-15 14:58:26 -07:00
socutebunny
8da12ac3ab Add usage and example (#26972) 2019-01-15 14:55:31 -07:00
Tim Sullivan
a122e0f328 Expanded explanation, added links (#21157)
* Expanded explanation, added links

The earlier version of this did not expand fully on usage patterns or how SSH operates. I added an explanation of why you don't need to specify the username, additional examples, and links for further investigation.

* Update index.md
2018-12-21 21:17:40 -05:00
Pujan A. Vakharia
142cbd884a Update index.md (#26220)
Line 7 : ... successor 'to' instead of 'for'
Line 9 : addition of word 'using' for better grammar. 
Line 18 : Grammatical fix 'in' instead of 'on'
2018-12-21 07:57:18 -05:00
laolmstead
c7b0f590c9 Added new note regarding rm (#25711)
Added a note regarding the "rm: remove regular file 'hello'?" prompt that occurs when using the rm command and explained that rm is a permanent action and should be used with caution.
2018-12-20 20:59:33 -05:00
qme1519
61cd19eccd Language check (#25216)
Grammar and punctuation fix
2018-12-19 03:28:27 -05:00
doomcrewinc
ea7442072d Added in an additional use of mkdir. (#24939)
Added in the ability to create multiple directories at a given level via usage of curly brackets {}
2018-12-14 22:10:47 -05:00
Nellie
276fdbc06b Update index.md (#28981)
Changed 'reletive' to 'relative'.
2018-12-13 14:32:48 -08:00
Taweewat Somboonpanyakul
5f1a596cc1 Added two more options '-lh' and '-lS' (#21172) 2018-12-08 21:32:36 -05:00
Chris Jesz
4f98f4f770 Create index.md (#22988) 2018-11-29 17:02:57 -07:00
Chris Jesz
29dc3ba824 Created bash less page (#22912)
* Created bash less page

Created file/folder for bash less command along with brief explanation, examples, and links to further information.

* Corrected mistake

Corrected a mistake in the options section for exiting less. Mistakenly has ctrl^c as the exit instead of q

* fix(guide): minor typo corrections
2018-11-28 19:44:59 -07:00
Aviral Gupta
b858dc9db1 A lot more info (#22931) 2018-11-28 18:36:48 +00:00
Chris Jesz
d4e8ed6462 Created bash ln page (#22884)
Added file/folder for bash ln command along with brief explanation, example, and further details.
2018-11-27 16:25:14 -08:00
Chris Jesz
1d9591f5ed Created grep page (#22842)
* Created grep page

Created a new file/folder for the bash grep command adding brief explanation, examples, and further information.

* fix: spelling
2018-11-27 11:33:07 -07:00
Scr1ptK1tti3
846b57187e Bash Uptime Command Reference (#22483)
* Bash Uptime Command Reference

Created the Bash Uptime Command Reference index.md file.

* fix: added a valid front matter block
2018-11-24 13:56:03 -08:00
gasts
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
Johnathan Milley
a065b7b534 Cleaned up links, small grammar changes (#23050) 2018-11-22 23:20:27 -05:00
gasts
a87514da97 Short description of unix tail (#22446)
A short description of unix tail
2018-11-21 22:05:52 -06:00
gasts
98798bd3fa Description of unix sort (#22403)
A sort description of unix sort
2018-11-21 09:06:47 -06:00
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