Windows | Linux |CLI|COMMANDLESSION
COMMANDLESSION-I’ll give you a command line tool you tell me what it is on another platform
1.>LS IN DOS
-What is DIR?(Directory listing)
Windows:- >dir

Linux:- >ls

2.>PWD IN POWERSHELL CMDLET
-What is PATH? (File Path)
Windows:- > pwd

Linux:- > echo $PATH

3.>mv IN DOS
What is ren?(Rename file)
Windows:- >ren

Linux:- mv

4.>cp IN DOS
What is cp?(Copy File)
Windows:- >copy

Linux:- >cp

5.>ifconfig IN DOS
What is ifconfig ?(interface config)
Windows:- >ipconfig

Linux:- >ifconfig

6.>netstat IN DOS
What is netstat?(network statistics)
Windows:- >netstat

Linux:- >netstat

7.>df IN DOS
What is df?(Display File)
Windows:- >df

Linux:- >df

8.>nslookup IN DOS
What is nslookup ?(server lookup)
Windows:- >nslookup

Linux:- >nslookup
