Categories
Open file(s) transferred from application
There is a console application (script) that returns file names, for example: sh ./get_files.sh we get: file1.txt file2.txt file3.txt Is it possible to open these files in one command in vim?
sh ./get_files.sh
file1.txt file2.txt file3.txt
Answer the question
In order to leave comments, you need to log in
vim `sh ./get_files.sh`
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question