Tagged Questions
26
votes
16answers
3k views
How do I open a text file in my terminal?
There is a file named RESULTS.txt and I want to open this file in my terminal. (I mean I want to see the file contents be displayed in the terminal and not in some text editor)
How do I do that ?
1
vote
1answer
143 views
Editing with nano, Alt is caught by the window menus, how can I fix that?
The Alt key is used for many useful commands, but unfortunately it's caught by the terminal window to activate the window menus (File, Edit, ...).
I would like to either force the terminal window to ...
3
votes
5answers
3k views
Is there a text editor for the command line that uses the same keys as Notepad on Windows?
I'm used to work in Windows environment and are used to the commands in Notepad e.g. CtrlS for save, CtrlC for copy and so on.
On Ubuntu it's handy to work directly in the command line, e.g. as with ...
2
votes
1answer
111 views
Run external commands from Scribes
Can I run external commands from Scribes?
I'm looking for functionality similar to gedit's External Tools. I would like to be able to run an arbitrary command from Scribes via a chosen key command, ...
14
votes
3answers
21k views
How to edit files in a terminal with nano?
Sometimes, a graphical text editor like gedit or kate cannot be used (because you're in a virtual console for example). Luckily, there are text editors for the terminal. An easy one is nano, but I ...
5
votes
6answers
3k views
Open application to edit text files from the command line
When installing the TextWrangler in OSX you also get an edit command which allows you to open any text file from the command line.
Is it possible to have a similar functionality in Ubuntu to type ...
10
votes
1answer
11k views
Command to append line to a text file without opening an editor
Assuming i have a line that i want to add to a file without opening an editor.
How could i append this line
alias list='ls -cl --group-directories-first'
to this file
config.fish