Apresento-vos um pequeno comparativo entre alguns comandos muito utilizados em MS-DOS/Windows e que igualmente são também muito utilizados em Bash/Linux.
DOS Linha de comandos <=> Bash/Linux
dir | more <=> ls | more
dir fich*.* /e /s | find / -iname "fich*"
xcopy *.txt c:\teste <=> cp *.txt /teste/
ren *.txt *.doc <=> mv
type fich.txt <=> cat fich.txt
cd c:\teste <=> cd /teste
cd.. <=> cd ..
cd\ <=> cd /
ipconfig <=> ifconfig
ping 192.168.1.1 <=> ping 192.168.1.1
edit fich.txt <=> vim fich.txt ou nano fich.txt
fdisk <=> fdisk
ver <=> uname -a
0 comments:
Enviar um comentário