public/subjects/cl-camp8/README.md

12 lines
232 B
Markdown
Raw Permalink Normal View History

2019-04-24 17:17:07 +00:00
## cl-camp8
2019-04-24 17:06:54 +00:00
2019-04-24 17:17:07 +00:00
### Instructions
2019-04-24 17:06:54 +00:00
"pick your equipment"
Write a command line in a `skip.sh` file that prints the result of a `ls -l` skipping 1 line out of 2, starting with the **first** one.
2019-04-24 17:17:07 +00:00
### Hint
2019-04-24 17:06:54 +00:00
`awk` or `sed` can do the job.