Search Results

Search: Posts Made By: ionral
3,391
Posted By ionral
thanks to all, it's perfect ;)
thanks to all, it's perfect ;)
3,391
Posted By ionral
yes! it's ok now! now I must this in recursive...
yes! it's ok now!
now I must this in recursive mode, I've more directory and sub
advice?
thanks
3,391
Posted By ionral
this is the result: for i in * ; do mv "$i"...
this is the result:

for i in * ; do mv "$i" $(ls "$i" | tr -d '\227'); done
mv: target 'Dobbiaco.doc' is not a directory
mv: target 'Edilpi-Quadraccia.doc' is not a directory
3,391
Posted By ionral
the first command: Ricorso Edilpi?...
the first command:

Ricorso Edilpi? Dobbiaco.doc
Ricorso Edilpi?-Quadraccia.doc


second:

0000000 122 151 143 157 162 163 157 040 105 144 151 154 160 151 227 040
R i c o r...
3,391
Posted By ionral
nothing... ---------- Post updated at 09:14...
nothing...

---------- Post updated at 09:14 AM ---------- Previous update was at 09:13 AM ----------



I need rename all files with ? char... in this case I don't solve my problem...
3,391
Posted By ionral
yes, but nothing ---------- Post updated at...
yes, but nothing

---------- Post updated at 06:13 PM ---------- Previous update was at 06:12 PM ----------




it's seems
3,391
Posted By ionral
Change ? char from files and directory
Hello,
I must change files and dirs name which contains che "?" char, I try this:

rename 's/?/-/' *.*

nothing, what's the problem?
thanks
Forum: Red Hat 11-05-2012
2,235
Posted By ionral
for me, the important things is avoid the...
for me, the important things is avoid the overlaps...
how can i do?
Forum: Red Hat 11-05-2012
2,235
Posted By ionral
ok, but in my case it's not true... What am I...
ok, but in my case it's not true... What am I doing wrong?
Forum: Red Hat 11-05-2012
2,235
Posted By ionral
sorry but I'm getting stupid ... weekdayscript...
sorry but I'm getting stupid ...
weekdayscript should start any day of the month except for the first and every day except for sunday.

weekendscript should start every first day of the month and...
Forum: Red Hat 11-05-2012
2,235
Posted By ionral
so it's right or wrong??? sorry... but I...
so it's right or wrong???

sorry... but I just can't understand...

the weekdayscript could not run saturday and sunday... instead it does...
the same thing the weekendscript... I don't...
Forum: Red Hat 11-05-2012
2,235
Posted By ionral
Crontab: overlaps
I'm using CentOS 6.3 and I use a crontab entries like this:


0 23 2-31 * 1-6 root weekdayscript
0 23 1 * 7 root weekendscript


this 2 entries always overlaps... but I don't know how......
4,015
Posted By ionral
perfect, I use bash only ;) thanks to all
perfect, I use bash only ;)

thanks to all
4,015
Posted By ionral
[Solved] Stdout stderr to /dev/null
Sorry for my ignorance... but...

I've a script with some output redirect to /dev/null,

example:

fsck.ext3 -a /dev/sdb1 1>/dev/null 2>/dev/null


How can I simplify this redirect ? (1 &...
5,858
Posted By ionral
sorry... I get mistake... now is ok, thanks
sorry... I get mistake... now is ok, thanks
5,858
Posted By ionral
thanks, but I test this script and the options...
thanks, but I test this script and the options must be exactly in this order... other then it's wrong result...
Can I turn over this implementation?
like:

test.sh -i 10.10.10.10 -p tcp -d /tmp
5,858
Posted By ionral
exactly!!!! but, I don't understand...
exactly!!!!

but, I don't understand completly... could you explain me more please???
thanks
5,858
Posted By ionral
Bash Script for parse input like option and value
I would create a bash script than parse like this:

test.sh -p (protocol) -i (address) -d (directory)

I need retrive the value after -p for example...
understand???
I hope...

thanks
1,254
Posted By ionral
it is true .. I had not thought of that! Thank...
it is true .. I had not thought of that!
Thank you very much and sorry for my ignorance ...:wall:
1,254
Posted By ionral
excellent! just not enough, let me explain...
excellent!
just not enough, let me explain better ...
I want to replace the line coming out from a grep, so I can not insert \ before *
how can I solve this problem?

thanks again
1,254
Posted By ionral
sed pattern substitution issue?
Hello everyone ...
I'm going crazy, I hope some of you can help me ...

I have to replace a line in a crontab like this:

5 2 * * 2 root backupdat

with this:

5 5 * * 3 root backupdat

...
841
Posted By ionral
the brackets should not be commented out, so I...
the brackets should not be commented out, so I completed my purpose

sed -i.bak -e 's/stop)/&\n\tvgchange -an/' /etc/init.d/drbd

it's the output


stop)
vgchange -an


...
841
Posted By ionral
replace a line with two
I'm looking for a way to replace a line with two ... give an example

grep -in "stop)" /etc/init.d/drbd

I issue the following output:

178: stop)

now I need to replace this line with...
1,115
Posted By ionral
No, I explain ... I configure the module as a...
No, I explain ...
I configure the module as a filesystem backup and remoteness backup I use a USB disk.
hours in the configuration of webmin I fill a field with the full path of the device, just...
1,115
Posted By ionral
command under ``
I do not know how to find places where it was discussed ... I do this post, sorry if I'm wrong ...
my problem is that I must find a way to switch to a configuration file to a path, like this:
...
Showing results 1 to 25 of 27

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