Hi,
when i try to use the cut command in tcl it didnt work
exec cut -f1-3 -d'|' file
but it works fine in unix. I think when tcl see '|' it might be taking as special character.
I have data file some thing like this
file:
07/25/2002 00:30|Type|Application|Group
07/25/2002 00:33|Type|Application|Group
07/25/2002 00:35|Type|Application|Group
07/25/2002 00:37|Type|Application|Group
any help is appreciated
thanks
Naru
when i try to use the cut command in tcl it didnt work
exec cut -f1-3 -d'|' file
but it works fine in unix. I think when tcl see '|' it might be taking as special character.
I have data file some thing like this
file:
07/25/2002 00:30|Type|Application|Group
07/25/2002 00:33|Type|Application|Group
07/25/2002 00:35|Type|Application|Group
07/25/2002 00:37|Type|Application|Group
any help is appreciated
thanks
Naru