Eu tentei os seguintes comandos
cut -c-11 ifshell.sh
cat ifshell.sh | cut -c-11 ifshell.sh
cat ifshell.sh | awk '{print $1} | cut -c-11 ifshell.sh
Mas toda vez que recebo o conteúdo completo do arquivo .sh. Esses comandos funcionam pe...
19.05.2016 / 16:27