VIM: Save As

#####Save as in VIM, there are two ways – ( Assumed that I’m editing a.txt. ) **:w b.txt** will write a.txt’s content to the file b.txt while keeping a.txt as the opened buffer in vim. **:sav b.txt** will first write a.txt’s...

Linux Book

Read a book about linux ####Linux Fundamentals by Paul Cobbaut #####Everything on linux is a file Linux does not use extensions to determine the file type. #####basic cd – ls -lh #####touch Update the access and modification times of each FILE...