Search Results

Search: Posts Made By: Jang
995
Posted By Jang
Thanks. I didn't notice user was not the owner.
Thanks. I didn't notice user was not the owner.
995
Posted By Jang
Can't make chmod work
Can someone please help me with this I can't make it work?
find /test -type f \( ! -perm -u+w -o -perm -g+w \) | egrep -v "/test/A|/test/B"|xargs chmod u+rw,g+r-w,o=

I am getting error...
1,589
Posted By Jang
find and compress question
I am trying to accomplish follow

1- search $dir_find for \*.txt\*
2- exclude 2 directories $dir_find/abc/* and $dir_find/fit*
3- compress find result
4- move all compressed file to different...
1,342
Posted By Jang
What I meant was, I can't figure out how to...
What I meant was, I can't figure out how to handle read of second line while working on first line (Func_B is still processing line_1) and limit them at 4.
1,342
Posted By Jang
Thanks. Reading a file is not an issue. I can't...
Thanks. Reading a file is not an issue. I can't straighten up the logic, how can I read second line while first line is working on Func_B and how can I limit 4 lines?

Thanks.
1,342
Posted By Jang
reading file,looping and limitation
I have 2 functions on AIX.
Func_A () {
....
....
}
Func_B () {
....
....
}
And I have a abc.txt file (multiple lines) and I would like to read line by line and pass line by line to Func_A &...
Showing results 1 to 6 of 6

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