Update OS/bash/Week2/answers.md
This commit is contained in:
parent
4c3b20b2f4
commit
81c5ee28ce
@ -21,7 +21,7 @@ Q3.
|
||||
|
||||
Q4.
|
||||
```bash
|
||||
grep -rl "MIT" . | xargs sed -i 's/MIT/Manipal Institute of Technology/g'
|
||||
grep "MIT" * | sed 's/MIT/Manipal Institute of Technology/g'
|
||||
```
|
||||
|
||||
Q5.
|
||||
@ -38,4 +38,4 @@ Q6.
|
||||
|
||||
```bash
|
||||
pkill wc
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user