cut command in Unix [message #97709] |
Mon, 25 November 2002 11:56 |
VJ
Messages: 24 Registered: June 2002
|
Junior Member |
|
|
I have to get cut a variable (i.e., a filename) into two parts. I,e if the file name is client.c then i should store the client in one variable and c in another variable
|
|
|
|
Re: cut command in Unix [message #97816 is a reply to message #97714] |
Fri, 14 February 2003 17:23 |
Todd
Messages: 17 Registered: October 2000
|
Junior Member |
|
|
I am trying to cut all the delimiters out of a file with both # and : as delimiters. I have tried just about everything. I am working with perl. any suggestions on how to use the cut command to do this?
|
|
|
|