Command line to change files

  • Thread starter Thread starter Calep
  • Start date Start date
C

Calep

Is there a freeware to change characters or whole words in files (mainly
..txt) through commands line ?

Thanks to all in advance.
 
Calep said:
Is there a freeware to change characters or whole words in files (mainly
.txt) through commands line ?

Thanks to all in advance.

Short answer: awk and sed

Long answer:
If you use Linux you can use the standard builtin commands "awk" and "sed". There is a
Cygwin version for Windows users too. And you probably won't need to download the whole
cygwin install for these. As long as you have the .dll's most cygwin commandline programs
run from a dos window. Maybe google can help here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top