Common Things
bash video 1. pwd //present directory 2. cd // to change directory 3. ls // to see the directory and files 4.mkdir //to create directory 5. touch // to create file 6. cat 7. vi 8. mv hello.cpp ../Dev // move file source and destination 8. mv hello.cpp rename.cpp // to rename the file [{old name} {new name}] 9. cp '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Relative Units EM : Relative to the parent element REM : Relative to the root element (HTML tag) % : Relative to the parent element VW : Relative to the viewport’s width ...