Search Results

Search: Posts Made By: Boliakas
65,050
Posted By Boliakas
One more question. How can I look in subfolders...
One more question. How can I look in subfolders for searching files with

> ls -l | tr -s " " | grep "^-" | cut -d" " -f3,9- | grep "^pipe" | cut -d" " -f2-
For example I have folder Home and i...
65,050
Posted By Boliakas
I have a task to write a shell script that finds...
I have a task to write a shell script that finds files in folders by selected owner, without using find command at all and ls -R parameter. I can use ls -l command but I can't use sed,awk,perl as...
65,050
Posted By Boliakas
Hello, I have a problem, I need to find...
Hello,

I have a problem, I need to find files in folder by owner, not using find command at all and ls -R parameter. Thanx a lot.

Best regarts
11,582
Posted By Boliakas
Find files by owner
Hello,

I have a problem, I need to find files in folder by owner, not using find command at all and ls -R parameter. Thanx a lot.

Best regarts
Showing results 1 to 4 of 4

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