Search Results

Search: Posts Made By: jpport123
2,703
Posted By jpport123
Thanks for the response, however, I still have...
Thanks for the response, however, I still have the issue to deal with and perhaps I didn't explain the problem enough...

The script I originally came up with is:

find . \( -perm -0002 -a -type...
2,703
Posted By jpport123
Unprintable filenames and automating a chmod
I have a fair amount of files in multiple directoroes that need to have an attribute modified, so a script is in order. Initially it seemed like creating a script with a find and then pipe it to...
13,701
Posted By jpport123
This worked great for returning just the name,...
This worked great for returning just the name, but doesn't work so well with an ls -ltra for instance to show me owner and other information.

I did like the enclosed quoting - that will come in...
13,701
Posted By jpport123
Yee hah!!! We have a winner!!! Thanks Klashxx
Yee hah!!! We have a winner!!!

Thanks Klashxx
13,701
Posted By jpport123
Thanks, the for loop cleans up the processing as...
Thanks, the for loop cleans up the processing as does using OFS for the output delimiter. The problem is still the filename or at least being able to determine the starting location of the filename...
13,701
Posted By jpport123
AWK end of line question
Any clues on how to parse a line returned from an ls command that allows for the filename to be fully passed even if it includes spaces? What I got close with is:
ls -ltra | awk '{print $1 "|" $3...
Showing results 1 to 6 of 6

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