#shell
Read more stories on Hashnode
Articles with this tag
DNS lookup utility used for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa · host - DNS lookup utility used...
built-in command of bash which is used to maintain a hash table of recently executed programs · hash - built-in command of bash which is used to maintain...
print or set the system date and time · date - print or set the system date and time 1. date command displays the current date and time $ date 2. To...
DNS lookup utility · dig - DNS lookup utility To perform a DNS lookup $ dig ilugc.in $ dig @8.8.8.8 google.com To display only the IP address...
list directory contents · dir - list directory contents To display all the hidden files $ dir -a $ dir -A Displays author of all the files $ dir -l...
strip last component from file name · dirname - strip last component from file name a. dirname /home/syedjafer/sample.txt b. dirname -z...