Search Results

Search: Posts Made By: John William
2,511
Posted By John William
Thanks a lot Don, Its working perfectly fine.
Thanks a lot Don, Its working perfectly fine.
2,511
Posted By John William
Jim, code is working fine, tell me how to include...
Jim, code is working fine, tell me how to include one sub directory from the said directory.

Thanks
2,511
Posted By John William
Find Command Include Sub Directory
This script writes the output files to FILES but I don't want to exclude all directories from ABC_CHQ and LYS_ADV, I want to include one sub directory name process which is under ABC_CHQ and LYS_ADV...
2,932
Posted By John William
Thanks a lot Don. Your script was not working in...
Thanks a lot Don. Your script was not working in my environment but thanks a lot I learned a lot from you during this process. I finally wrote mine which is working fine now:

for f in $(find...
2,932
Posted By John William
Thanks Don. I will run it tomorrow and let you...
Thanks Don. I will run it tomorrow and let you know.

---------- Post updated 02-10-15 at 10:44 AM ---------- Previous update was 02-09-15 at 09:16 PM ----------

This is what I got

Getting...
2,932
Posted By John William
Hi Don, Sorry its AIX 6. I changed the pfile...
Hi Don,

Sorry its AIX 6. I changed the pfile instead of filename but still result is same.

My question is we are giving cmp only one parameter but 2nd parameter we are not giving which should...
2,932
Posted By John William
OS: Unix Shell is Korn Shell. Script: ...
OS: Unix
Shell is Korn Shell.

Script:

#!/usr/bin/ksh
for pfile in "$@"
do ls -l "$Filename" | (
read x x user group x
find /u50/payments1 -user "$user" -group "$group" -type f \...
2,932
Posted By John William
Thanks a lot Don, I really appreciate it. I am...
Thanks a lot Don, I really appreciate it. I am going to execute it and let you know.

---------- Post updated at 12:34 PM ---------- Previous update was at 10:47 AM ----------

Hi Don,

When I...
2,932
Posted By John William
Here are the answers to your questions: Is...
Here are the answers to your questions:

Is this a homework assignment?* Work related

If not, please explain what determines whether or not a file compared to your "parametrized" file should be...
2,932
Posted By John William
Yes please. Same file contents.
Yes please. Same file contents.
2,932
Posted By John William
Thanks for reply. The file to be compared...
Thanks for reply.

The file to be compared will reside in different directory structure. I will pass file name along with directory structure as parameter. Yes contents must be same.

Thanks
2,932
Posted By John William
Did not try anything, new to Unix.
Did not try anything, new to Unix.
2,932
Posted By John William
Searching File in Directory and all Subdirectory and Delete
Hi All,

My directory structure is like


Directory1

SubDirectory1
SubDirectory2
SubDirectory3



I have main directories and subdirectories underneath. I want to write a shell...
Showing results 1 to 13 of 13

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