Linux Basic Commands for Data Engineers
2020-10-25
1. CAT It will show content of whole file Command : cat <file_name> 2. PWD It will print the directory in which you are working Command pwd 3. LS It will show all the content of a directory. you can see all the files and directory present in the currentRead More →