vim command examples Go to the 143rd line of file eg: $ vim +120 filename.txt Go to the first match of the specified eg: $vim +/search-term filename.txt Open the file in read only mode eg: $ vim -R /etc/passwd
0 comments:
Post a Comment