Code Example
pwd
ls
cat README.txt
grep VulnTech README.txt
wc README.txt
Expected Output
/workspace
README.txt names.txt
...
VulnTech practice file
...
Practice Steps
- Open the Shell/Bash runner and paste the commands.
- Run them to inspect the sample files and grep matching lines.
- Change the grep term or add sort to compare output.