Commit Graph

86 Commits

Author SHA1 Message Date
Ömer a62e8b081f Update README.md 2017-05-07 15:03:14 +03:00
Ömer 902cf06438 Update README.md 2017-05-07 14:59:59 +03:00
Ömer 7e9b59e9fa Update README.md 2017-05-07 14:56:55 +03:00
Ömer c62a57082d Update README.md 2017-05-07 14:56:24 +03:00
Ömer 779ede5576 Update README.md 2017-05-07 13:20:54 +03:00
Ömer 5d5ee1ff95 Türkçe Shell Rehberi 2017-05-03 00:28:55 +03:00
Ömer 50818c3ae0 Türkçe Shell Rehberi 2017-05-02 23:53:36 +03:00
Ömer d3a4b6cc80 Türkçe Shell Rehberi 2017-05-02 23:47:11 +03:00
Ömer bb72a4d826 Türkçe Shell Rehberi 2017-05-02 22:26:38 +03:00
Ömer 3b5de6d10f Türkçe Bash Rehberi 2017-05-02 21:59:27 +03:00
Ömer 56fe6f9813 Bash Rehberi - Türkçe 2017-05-02 21:52:05 +03:00
Ömer a57c60d927 Bash Rehberi - Türkçe 2017-05-02 21:46:19 +03:00
Ömer b53ac8f3bc Bash Rehberi - Türkçe 2017-05-02 21:45:14 +03:00
Ömer 370a2947ac Bash Rehberi - Türkçe 2017-05-02 21:44:02 +03:00
Ömer 28345d1468 Bash Rehberi - Türkçe 2017-05-02 21:39:25 +03:00
Ömer 27ad607040 Bash Rehberi - Türkçe
bash-guide kaynağından çevirilerek hazırlanmıştır.
2017-05-02 21:36:12 +03:00
Ömer 909d031d0a Update README.md 2017-05-02 01:23:58 +03:00
Ömer cc725a70ee added Turkish translation for File Operations 2017-05-02 01:23:08 +03: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