How to view and edit files in Heroku bash for noobs?

I found cat

and ed

, but they are too complicated for me. Exactly, cat

does not display large files entirely, but ed

a one-line one! Are there any more ubuntu (humanistic) tools in Heroku bash?

+3


source to share


1 answer


You shouldn't be using Heroku to view or edit files directly - Heroku will delete the files you are working on in random order, DO NOT SAVE THEY !



If you want to work in a terminal session, you should instead look at renting a ubuntu server from a company like DigitalOcean or Amazon that specialize in this sort of thing - or just install the proper terminal client on your computer.

+2


source







All Articles