2
0
mirror of https://github.com/Idnan/bash-guide.git synced 2018-11-09 02:29:39 +01:00
Commit Graph

82 Commits

Author SHA1 Message Date
Derek
efa24e5a24 Added string tricks, fixed a few typos 2018-10-27 14:00:42 -04:00
Gibran Malheiros
659b9b2d51 updated shebang to use env (#67)
https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my
2018-01-03 19:21:51 +04:00
Thomas Negash
017a050473 Fixes #50 (#57) 2017-11-19 22:34:39 +04:00
Evan Hahn
9fa6963334 Remove gendered language (#63) 2017-11-19 22:32:54 +04:00
Umer Salman
b2e947fbc7 Add some more info on ps (#65)
Also fixed a formatting typo.
2017-11-19 22:32:35 +04:00
Ethan
de77a6f9e0 add chinese translation reference (#64) 2017-10-05 10:44:46 +04:00
itooww
c0001e932c add japanese link (#61) 2017-06-30 08:03:43 +05:00
Aleksandar Jovanov
b90e8b56c7 Fix function declaration syntax (#59) 2017-05-14 15:17:29 +04:00
Adnan Ahmed
8d38caf0fa Update README.md 2017-05-07 22:05:03 +04:00
Ömer
6d38f42719 Turkish link added. (#56) 2017-05-07 22:04:37 +04:00
Ömer
9a0aefb48a Update README.md (#53)
mis-typing
your-> you
2017-05-03 13:08:13 +04:00
Ö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