Conversation
Notices
-
There is a command in !linux to rename files in the text editor set by the $EDITOR env. I forgot the name. Anyone knows this?
-
@joaotrindade: I'm not sure I understand your question...
-
@schaiba: One time I found a simple cmd line app which allowed me from my editor to rename or delete files.
-
@schaiba: This is what I think what the application did behind the covers: http://pastebin.com/WHB91mCM I Can't remeber the name of that app
-
@joaotrindade: depends on your editor; however, awk and sed are your friends.
-