Can someone help me with this regular expression problem for my system level pro
ID: 3668925 • Letter: C
Question
Can someone help me with this regular expression problem for my system level programming class (using Unix operating system)? I solve the first one using the command egrep 'Jabberwock' Jabberwocky.txt (last image below using PuTTy an open source software). I need help with 2-7. Thanks
Design a simple pipeline of commands that will match the following outputs. A correct answer will match the output exactly an incorrect answer will not.
Possible commands you may want to look at: cat, more, less, grep, fgrep, egrep
You may also want to look at file i/o redirection with > and <
You can have multiple simple regex expressions in a pipeline chain instead of one all encompassing regex to accomplish a task. There are many possible solutions.
Explanation / Answer
regular expression can be write
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.