Someone in time
Bovino de alcurnia
- Desde
- 19 Ago 2007
- Mensajes
- 2.529
- Tema Autor
- #1

A continuación algunos comandos Windows con su respectivo igual en UNIX/Linux:
display list of files_______________ dir/w__________________ dir ls.
display contents of file__________ type___________________ cat.
display file with pauses_________ type filename | more___ more.
copy file__________________________ copy___________________ cp.
find string in file________________ find____________________ grep.
compare files____________________ comp___________________ diff.
rename file_______________________ rename OR ren________ mv.
delete file________________________ erase OR del___________ rm.
delete directory__________________ rmdir OR rd____________ rmdir.
change file protection___________ attrib__________________ chmod.
create directory__________________ mkdir OR md__________ mkdir.
change working directory_______ chdir OR cd____________ cd.
get help___________________________ help___________________ man.
display date and time____________ date, time_____________ date.
display free disk space___________ chkdsk________________ df.
print file__________________________ print___________________ lpr.
display print queue_______________ print__________________ lpq.
clears screen______________________ cls____________________ clear.
closes prompt window____________ exit___________________ exit
Especial para quienes recién están migrando... :vientos: