PDA

View Full Version : [SOLVED] Using the terminal


Mekanto
July 18th, 2007, 11:02 AM
Is there a way i can edit a file using the terminal,
so i can test my program and make changes with just the terminal?

dreadlord_chris
July 18th, 2007, 11:10 AM
probably the easist to dive right into:

nano filename

or if you are feeling adventurous:

vim filename

Mekanto
July 18th, 2007, 11:23 AM
The first one works great, thanks. The second is alittle harder to understand :P