bash / shellLista de arquivo e diretório#!/bin/bash#author Diego Carideiclear> ~/Desktop/file.txtwhile [ "$PWD" != "/" ]; do ls >> ~/Desktop/file.txt cd ..doneecho fine