Ömer
809824add8
Update README.md ( #54 )
...
miss typing
farget_folder -> target_folder
2017-05-03 13:07:52 +04:00
Adnan Ahmed
986117ef3d
Update README.md
2017-05-02 10:34:26 +04:00
Aubree Lytwyn
d374a6db8b
added the "jobs" command, close #17 ( #52 )
2017-05-02 10:32:13 +04:00
João Freires
32eabdc339
~/bin directory to access scripts easily and keeping environment variables. ( #49 )
...
* keeping environment variables.
Useful way to keep the environment variables.
* Add a ~/bin directory to access scripts easily
Useful way to access yours scripts easily.
2017-04-24 23:52:41 +04:00
Adnan Ahmed
b648976e22
Update README.md
2017-04-24 23:45:41 +04:00
Adnan Ahmed
e17c584647
Update README.md
2017-04-24 23:44:09 +04:00
Constantin Guidon
634bda0187
add process monitoring section , add nohup command and move kill and … ( #36 )
...
* add process monitoring section , add nohup command and move kill and killall inside
* nohup and & command
* Add index for navigation in network section and remove todo
* Update README.md
2017-04-24 23:39:32 +04:00
arterhacker
cae0769e3c
chown added ( #34 )
...
* chown added
* add chown command
* add chown command
2017-04-24 23:25:03 +04:00
Adnan Ahmed
4329a7352f
add more detail link on chmod command
2017-04-24 22:57:03 +04:00
Mohammed Umar
15a44de8ea
Update README.md ( #32 )
...
chmod function updated for beter clarity.
2017-04-24 22:55:07 +04:00
Gibran Malheiros
d85384a847
improved description from the touch command ( #51 )
2017-04-18 09:57:54 +04:00
Ryan Barth
1131add106
add exit trap trick ( #45 )
2017-04-16 12:02:21 +04:00
Adnan Ahmed
54681a2b22
Update README.md
2017-04-11 07:53:29 +04:00
Adnan Ahmed
b23931ef43
add missing TOC
2017-04-11 07:52:55 +04:00
Mohammed Umar
2317a5bdb2
Reformatting ( #39 )
...
1. Reformatting of Bash tutorial.
2. Link for more help n contribution inserted.
2017-04-11 07:51:31 +04:00
R.Ganesh
1ab02a3d47
Add copy example for cat ( #38 )
2017-04-09 12:18:02 +04:00
Kaveet Laxmidas
3a7c7fc13e
Clarify description of OR operator ( #35 )
...
The current description of the OR operator ("one of the statements is true") implies that only one of the statements in the expression can be true, as in an XOR. Adding "at least" to clarify.
2017-04-08 21:23:22 +04:00
JaeYoung Mun
e0731233e0
Add description for whatis command ( #31 )
...
* Add whatis command
* Edit mistype
2017-04-07 13:29:38 +04:00
Diego
2cfa591650
Add another use for mv
command ( #30 )
2017-04-06 20:39:33 +04:00
J. G. Sebring
6d3d99bfaf
fix: minor spelling error ( #28 )
2017-04-06 14:06:32 +04:00
Zero King
1e2cd1f5f0
Fix quickly go to directory example ( #27 )
2017-04-06 10:23:57 +04:00
Adnan Ahmed
a9ee7cbe5f
Remove zsh from export example
...
fixes#26
2017-04-05 23:41:57 +04:00
Adnan Ahmed
191c202bd1
minor fix
2017-04-05 23:38:43 +04:00
Tobias Büschel
b8311a48a0
Add du command options & better example ( #25 )
2017-04-05 20:54:46 +04:00
Borek Bernard
f5d4727522
Changed ls -al
to the more common ls -la
( #23 )
2017-04-05 20:52:47 +04:00
Adnan Ahmed
911be8949e
minor update
2017-04-05 09:48:07 +04:00
Kim Chen
b7a87a856a
add basic find support ( #21 )
...
fixes#20
2017-04-05 09:44:49 +04:00
Diserere
089476ea2f
Corrected example for array initialization ( #22 )
...
Given example does not initialize an array - there is a probably typo in code sample.
2017-04-05 08:15:53 +04:00
Florian Jüttner
0c46fdf4e1
corrected test for non-empty file ( #19 )
2017-04-04 23:12:00 +04:00
Adnan Ahmed
aadad11e00
alphabetical order in command list
...
#11
2017-04-04 22:51:26 +04:00
Adnan Ahmed
42d692737a
Add detail for -f
option in rm
command
...
#14
2017-04-04 22:01:23 +04:00
Ashish Kumar Badtiya
c67218ec18
Removed -f option for rm command ( #14 )
2017-04-04 21:44:21 +04:00
Chandan Rai
56e9c9c74b
corrected typos ( #18 )
2017-04-04 21:33:58 +04:00
Shahid Ahmad
50097044da
fix function spelling mistake issue #15 ( #16 )
2017-04-04 16:05:16 +04:00
Paulo Henrique
5127d4e5c9
Update README.md ( #10 )
...
Add file command.
2017-04-04 07:19:29 +04:00
Alexey Pyltsyn
b0dd45c5e2
Minor changes ( #12 )
2017-04-04 07:06:11 +04:00
Gabriel Wanzek
640e1b0478
Change logo to official Bash logo ( #9 )
...
Thanks to https://github.com/odb/official-bash-logo
2017-04-03 14:29:44 +04:00
Adnan Ahmed
7866f17b89
Fixes for spelling, grammar and formatting
...
Fixes for [spelling, grammar, formatting](https://github.com/Idnan/bash-guide/pull/5 )
2017-04-03 07:58:07 +04:00
Jure Malovrh
67d97a1cfe
Added scp command ( #7 )
...
* Added scp command
* Fixed links under Network operations
2017-04-02 23:27:12 +04:00
Adnan Ahmed
cc0e189d31
Fix uniq example
...
fix for [issue](https://github.com/Idnan/bash-guide/issues/6 )
2017-04-02 11:12:51 +04:00
Steven Hollingsworth
83485f4147
Added TODO items for Text Operations ( #4 )
2017-04-02 08:56:40 +04:00
Jure Malovrh
ed3afd3ea2
Add some text commands ( #3 )
...
* Add echo command
* Add sort command
* Add uniq command
2017-04-02 08:38:05 +04:00
Adnan Ahmed
3890c82334
Update README.md
2017-04-02 07:40:56 +04:00
Adnan Ahmed
1cf472e6c7
Fix cat command description
2017-04-02 07:39:18 +04:00
Adnan Ahmed
97082565bf
Fix cat command description
2017-04-02 07:37:46 +04:00
Adnan Ahmed
f5d5d96690
Update README.md
2017-04-01 21:11:48 +04:00
Adnan Ahmed
2749a3154e
minor updates
2017-04-01 17:08:39 +04:00
Adnan Ahmed
dd2818f77a
Minor updates
2017-04-01 17:03:37 +04:00
Adnan Ahmed
f5ae332c14
Minor text change
2017-04-01 16:55:35 +04:00
Adnan Ahmed
19e5bb3d8d
grep more detail link
2017-04-01 16:54:32 +04:00