You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
232 B

6 years ago
## cl-camp8
6 years ago
### Instructions
"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.
6 years ago
### Hint
`awk` or `sed` can do the job.