Search Results

Search: Posts Made By: mpflug
1,701
Posted By mpflug
ksh script not running in another directory on same server
I have a script that runs fine under my home directory. No syntax errors, runs and returns as expected.

When I migrate the script to the UAT directories on the same server for User testing, I...
2,595
Posted By mpflug
That's where I'm getting the error "Parameter...
That's where I'm getting the error "Parameter list too long."
2,595
Posted By mpflug
Thanks Porter. I have 1833 subdirectories under...
Thanks Porter. I have 1833 subdirectories under data that have files I need to calculate the total size of storage used for September, August, etc. Is there a better way to do this?
2,595
Posted By mpflug
Help with find command, Please!
I have over 20 gig that I need to report on how much storage is being used per month. I have tried to use find with -cnewer and two files with beginning and end dates for the month, but I get the...
4,091
Posted By mpflug
Oh...YEEEHAWWW!!! Thank you soooo much! ...
Oh...YEEEHAWWW!!!

Thank you soooo much!

This is exactly what I needed!!!!!
4,091
Posted By mpflug
Find command not working as expected
I have a script with a find command using xargs to copy the files found to another directory. The find command is finding the appropriate file, but it's not copying. I've checked permissions, and...
10,483
Posted By mpflug
linuxpenguin, Thank you for your response! ...
linuxpenguin,

Thank you for your response! I needed to take some time to get away from it a sec and reflect.

I was successful with the following:

find $SrcFileDir -atime...
10,483
Posted By mpflug
find cp
I'm trying to copy the latest files via script from one directory to another. I have tried the following:

find $SrcFileDir. -mtime 1 -print | xargs cp -R $TrgtFileDir \;

and
...
Showing results 1 to 8 of 8

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