mirror of https://github.com/01-edu/public.git
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
12 lines
232 B
6 years ago
|
## cl-camp8
|
||
6 years ago
|
|
||
6 years ago
|
### Instructions
|
||
6 years ago
|
|
||
|
"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
|
||
6 years ago
|
|
||
|
`awk` or `sed` can do the job.
|