Search Results

Search: Posts Made By: argie01
3,004
Posted By argie01
Thank you very much for all your answers!! ...
Thank you very much for all your answers!!

The final code is this:


oldIFS=$IFS;
IFS=$'\n';
WORD='7. GESTION';
LOG='/home/samba/logN04.txt';
DIR=$(pwd);
for i in $(find . -name "$WORD"...
3,004
Posted By argie01
Problem with blank spaces in shell script
Hi,

I did the following script:
DIR=`pwd`;for i in `find . -name GESTION -type d`;do cd $i/..;setfacl -R -m g:directores:rwx,
GESTION;echo $DIR'/'$i;cd $DIR;done

This code do the following...
Showing results 1 to 2 of 2

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