Update OS/bash/Week2/answers.md

This commit is contained in:
Aadit Agrawal 2025-02-07 01:21:32 +05:30
parent 4c3b20b2f4
commit 81c5ee28ce

View File

@ -21,7 +21,7 @@ Q3.
Q4. Q4.
```bash ```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. Q5.