Empresa engajada
Using the command line, how would you view all the files in the current directory? (the only Linux-specific question the asked)
Sigiloso
Use cd to change into the directory and ls or ls -l once inside to list all contents.
and a literal answer to only list "files" excluding directories would be to use the command: ls -p | grep -v /
ls -a
Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.
Comece a buscar vagas para receber atualizações e recomendações personalizadas.