View Single Post
Posts: 958 | Thanked: 3,426 times | Joined on Apr 2012
#5
What exactly does this line do:
Code:
vim -c ':/description' -c ':.-1' -c ":1,. d" -c ":.+1" -c ":.,$ d" -c ":wq!" ${file_prefix}.html
I'm trying to implement this in Python.
 

The Following 3 Users Say Thank You to taixzo For This Useful Post: