updates to articles

This commit is contained in:
hello 2025-02-07 01:25:19 +05:30
parent 4c3b20b2f4
commit c2bf60bebc
82 changed files with 30210 additions and 8 deletions

View file

@ -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
```
```