Search Results

Search: Posts Made By: knshree
6,491
Posted By knshree
hi Jean, sorry to trouble you ...
hi Jean,

sorry to trouble you

knshree2.sh should print as below(path followed by listing all the files):

/export/var/opt/novell/edirectory:
total 768860
33365 drwxr-xr-x 6 root root ...
6,491
Posted By knshree
Thanks a lot it worked...........but i have one...
Thanks a lot it worked...........but i have one more problem came across

suppose in file1.log i have the below content:

fileset 999 primary-ilist inode 31538 dup block
fileset 999...
6,491
Posted By knshree
#!/bin/sh/ awk ' # First file NR==FNR...
#!/bin/sh/

awk '

# First file
NR==FNR {
if (/:$/)
Paths[++PathsCount] = substr($0, 1, length-1);
else if (NF==10)
Inodes[$1] = PathsCount;
next;
}

# Other files
...
6,491
Posted By knshree
how to search string and number in one file and check in the other file
Hi,
Can anyone help in the below problem.
file1 has the below contents

fileset 999 primary-ilist inode 37020 has invalid dotdot (426094) -> Not exist
fileset 999 primary-ilist inode 115016...
Showing results 1 to 4 of 4

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