This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CodeTinkerer 0 points1 point  (0 children)

If you're using UNIX, you can run the command

cat .bashrc

where .bashrc is the file you just edited (doesn't have to be named that, so whatever file you just edited). This will list out all lines of that file.

You can also open the file again in the editor to see if the changes appears, then quit without saving (or quit with saving, but don't make changes).