Commit af266723 authored by Roshan Rabinarayan's avatar Roshan Rabinarayan
parents b28bfd11 8cefbd41
...@@ -119,9 +119,8 @@ if ! shopt -oq posix; then ...@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
fi fi
fi fi
alias q1="ls -lh"
alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135 ; grep -o -e \" CS [1-8][0-9][0-9]\" page135" alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135 > /dev/null 2>&1 ; grep -o -e \"CS [0-9][0-9]*\" page135 | uniq"
......
q5/Screenshot_problem5.png

78.6 KB | W: | H:

q5/Screenshot_problem5.png

44.2 KB | W: | H:

q5/Screenshot_problem5.png
q5/Screenshot_problem5.png
q5/Screenshot_problem5.png
q5/Screenshot_problem5.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -119,9 +119,8 @@ if ! shopt -oq posix; then ...@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
fi fi
fi fi
alias q1="ls -lh"
alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135 ; grep -o -e \" CS [1-8][0-9][0-9]\" page135" alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135 > /dev/null 2>&1 ; grep -o -e \"CS [0-9][0-9]*\" page135 | uniq"
......
203050089 Sanchit Gupta sanchitsgiitb@cse.iitb.ac.in Solved: Q1,Q5
203050068 Sailendra Verma sailendraverma@cse.iitb.ac.in Solved: Q3, EXTRA
203059008 Samarth Joshi samarthjoshi@cse.iitb.ac.in Solved: Q4, EXTRA
203050048 Roshan Sahu sroshan@cse.iitb.ac.in Solved: Q2, Q6
Gitlab Link: https://git.cse.iitb.ac.in/sroshan/CS699OutLab2
references
[1] https://stackoverflow.com/
[2] https://man7.org/linux/man-pages/man1/xargs.1.html
[3] https://github.com/jarun/googler (for extra part 2)
[4] https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment