IWETHEY v. 0.3.0
|
TODO
1,095 registered users | 0
active users
| 0 LpH |
Statistics
Login
|
Create New User
Welcome to IWETHEY!
IWETHEY Home
/
IWETHEY Board
/
Whither Scripting? Forum
/
sed or awk
Post #275,315
by
ChrisR
12/9/06 10:37:53 PM
Reply
sed or awk
or Perl which borrowed from them.
sed "s/\\///g" test.txt >test.copy.txt
In file search and replace?
- (
JayMehaffey
)
- (8)
- Dec. 9, 2006, 10:00:30 PM EST
I'd do something like this
- (
crazy
)
- Dec. 9, 2006, 10:31:01 PM EST
sed or awk
- (
ChrisR
)
- Dec. 9, 2006, 10:37:53 PM EST
cat filename | tr '\\\\' '/' > tmp; mv tmp filename
- (
tuberculosis
)
- Dec. 10, 2006, 12:48:10 AM EST
YAAnswer
- (
Yendor
)
- (3)
- Dec. 10, 2006, 09:36:09 AM EST
Hey that's nifty.
- (
static
)
- Dec. 10, 2006, 06:55:00 PM EST
Thanks
- (
JayMehaffey
)
- (1)
- Dec. 10, 2006, 10:45:33 PM EST
Just add the "g" modifier to the sed script
- (
Yendor
)
- Dec. 10, 2006, 11:08:53 PM EST
Late to the party, but have you tried "tidy"?
- (
a6l6e6x
)
- Dec. 17, 2006, 09:43:24 PM EST
i
we
they
.org
Please engage brain before pressing keys and clicking mouse.
41 ms