2007-12-03

* sed : remove or replace string

sed : remove or replace string

bash script

#!/bin/bash
cat fromFile.txt sed s/"<link>"// > toFile.txt

Labels:

0 Comments:

Post a Comment

<< Home