View Single Post
fiferboy's Avatar
Posts: 475 | Thanked: 771 times | Joined on Dec 2007 @ Hamilton, Ontario, Canada
#47
munky: It depends what program you want to open the text file in. Most editor will take a file as an argument from the command line. For example:

Code:
nano /home/user/text.txt
If you check of "Run in terminal" this will open the file for edit in nano. There are gui editors too, but you would have specify what one you want to use.
 

The Following User Says Thank You to fiferboy For This Useful Post: