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

Update README.md

This commit is contained in:
Ömer 2017-05-07 14:56:24 +03:00 committed by GitHub
parent 779ede5576
commit c62a57082d

View file

@ -777,7 +777,7 @@ pwd
### a. `apropos`
İstediğiniz görevle ilgili arama yapmanızı sağlar. Örneğin komutu bilmiyorsunuz ama yaptığı işi biliyorsunuz anahtar kelimeleri aratarak komutu bulabilirsiniz.
````bash
```bash
apropos komut
```