Search Results

Search: Posts Made By: Kamesh G
18,177
Posted By MadeInGermany
The I modifier also works with addresses: echo...
The I modifier also works with addresses:
echo HELLO | sed "/hello/I s//hi/"
sed -n '/dn: MSISDN=/I,/^\s*$/p'
1,606
Posted By bakunin
The real question is not where the output goes...
The real question is not where the output goes (when you start a process with nohup per default its output goes to ./nohup.out) but where the input is supposed to come from.

When you start a...
1,606
Posted By jim mcnamara
Assuming your code works correctly, I cannot...
Assuming your code works correctly, I cannot verify that at the moment:


nohup ldapadd -x -c -h PL0 -p 389 -D "$LDAP_USER" -w $LDAP_PWD -f serv_AAA_DS.ldif_$w > serv_AAA_DS.ldif_$w.log &

...
962
Posted By rdrtx1
awk '$1 ~ /DSUnitGroup:/ {$NF=((c++ % count) +...
awk '$1 ~ /DSUnitGroup:/ {$NF=((c++ % count) + 1)} 1' count=8 file
Showing results 1 to 4 of 4

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