fix replace sh with shell for language postfix

This commit is contained in:
Randell Dawson
2019-06-20 17:30:29 -07:00
committed by Kristofer Koishigawa
parent 22f52296bc
commit 1932a08858
18 changed files with 51 additions and 43 deletions

View File

@@ -97,7 +97,12 @@ Example: `history`
28. **locate**
- Used to locate a file in the system
Example: `locate sample.txt`
Example:
```shell
locate sample.txt
/home/rajasimha/Desktop/sample.txt
```
### Useful Resources for Practice:
- [JSLinux](https://bellard.org/jslinux/vm.html?url=https://bellard.org/jslinux/buildroot-x86.cfg): Run the terminal inside your browser. Great for practice.