Search Results

Search: Posts Made By: MissI
4,649
Posted By MissI
my system unfortunately does not support find...
my system unfortunately does not support find -maxdepth and if I try
find -depth 1 it is no good either.. thanks for the quick response..
4,649
Posted By MissI
dircmp without including sub-directories
I have 2 directories I want to compare for like files. One directory has 2 subdirectories associated with it, the other directory does not. When I do the dircmp -s I should get only a few files...
2,747
Posted By MissI
Find a tree structure in software modules
I have a list of software funtions in tcl code. Some of these functions call other functions. I want to build a tree structure of all called functions.
Right now I list all the functions into a file...
32,595
Posted By MissI
Worked like a charm, thanks so much.:D
Worked like a charm, thanks so much.:D
32,595
Posted By MissI
remove backslash character from file
How do I remove a backslash character \ from a file?

I have used
sed -e "s|\||g" filename > newfile

I have done several permutations on this to no avail such as:

sed -e "s|`\`||g"...
5,427
Posted By MissI
Thanks so much. Have never worked with Perl...
Thanks so much.

Have never worked with Perl before and downloaded tutorial to help me understand the syntax. Would you suggest a good book on it?

This code was awesome. The input file does...
5,427
Posted By MissI
Parse an XML task list to create each task.xml file
I have an task definition listing xml file that contains a list of tasks such as

<TASKLIST
<TASK definition="Completion date" id="Taskname1" Some other
<CODE name="Code12"
...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 01:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy