-
Notifications
You must be signed in to change notification settings - Fork 0
comandos
GuilhermeARS edited this page Aug 24, 2017
·
3 revisions
-
cat -n
-
wc -l *.java | sort -r
-
find . -name "*Test.java" -exec wc -l
-
grep -R --include=*.java main . 2> /dev/null | cut -f 1 -d ":" | uniq
-
O comando history exibe o histórico de comandos executados no terminal.
-
man [comando]
-
rsync é uma forma de sincronizar arquivos entre servidores, onde somente as alterações são sincronizadas, não transferindo aqueles redundantes.
-
tail -F [nomedoarquivo]