Computer scienceSystem administration and DevOpsCommand lineWorking with files

Explore folders and files

Display files

Report a typo

Write a program that will print all the files including the hidden ones in the /tmp/test directory.

Expected format:

.
..
.hidden
.ignore
Poems.pdf
my_python.py
Write a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here

}
___

Create a free account to access the full topic