Search Results

Search: Posts Made By: zapper222
3,012
Posted By methyl
Every character counts in Shell syntax. ...
Every character counts in Shell syntax.
balajesari's post:
find ./ -name "test*" -type f | xargs chmod 777

your post has introduced two syntax errors
find /var/opt/mydir -name "*abc*" type -f |...
3,012
Posted By balajesuri
Your specifications are a bit vague. Anyway, ...
Your specifications are a bit vague. Anyway,
find ./ -name "test*" -type f | xargs chmod 777
This would find all files starting with "test" in the current directory and its sub-directories and...
Showing results 1 to 2 of 2

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