updates to articles
This commit is contained in:
parent
4c3b20b2f4
commit
c2bf60bebc
82 changed files with 30210 additions and 8 deletions
1
OS/bash/Week2/12h.c
Normal file
1
OS/bash/Week2/12h.c
Normal file
|
@ -0,0 +1 @@
|
|||
30 │ find . -type f -name '*[0-9]*' -exec wc {} +xy
|
10
OS/bash/Week2/ITStudents.txt
Normal file
10
OS/bash/Week2/ITStudents.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
1001:Rahul:CSE:AI:A:78:82:90
|
||||
1002:Priya:ICT:Information Technology:B:88:79:85
|
||||
1003:Anil:ELE:ECE:A:75:80:70
|
||||
1004:Sunita:CSE:CSE:C:90:92:88
|
||||
1005:Vikram:ICT:CCE:D:65:70:75
|
||||
1006:Anita:ELE:EEE:A:80:85:90
|
||||
1007:Ravi:CSE:AI:B:70:68:74
|
||||
1008:Meena:ICT:Information Technology:A:92:88:95
|
||||
1009:Suresh:ELE:ECE:B:55:60:65
|
||||
1010:Kavita:CSE:CSE:A:85:90:87
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
2
OS/bash/Week2/college.txt
Normal file
2
OS/bash/Week2/college.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
IIT
|
||||
MIT
|
2
OS/bash/Week2/manipals.txt
Normal file
2
OS/bash/Week2/manipals.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
MIT Bangalore
|
||||
MIT Manipal
|
11
OS/bash/Week2/studentinformation.txt
Normal file
11
OS/bash/Week2/studentinformation.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
RegistrationNo:Name:Department:Branch:Section:Sub1:Sub2:Sub3
|
||||
1001:Rahul:CSE:AI:A:78:82:90
|
||||
1002:Priya:ICT:IT:B:88:79:85
|
||||
1003:Anil:ELE:ECE:A:75:80:70
|
||||
1004:Sunita:CSE:CSE:C:90:92:88
|
||||
1005:Vikram:ICT:CCE:D:65:70:75
|
||||
1006:Anita:ELE:EEE:A:80:85:90
|
||||
1007:Ravi:CSE:AI:B:70:68:74
|
||||
1008:Meena:ICT:IT:A:92:88:95
|
||||
1009:Suresh:ELE:ECE:B:55:60:65
|
||||
1010:Kavita:CSE:CSE:A:85:90:87
|
0
OS/bash/Week3/q4.sh
Normal file → Executable file
0
OS/bash/Week3/q4.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue