Search Results

Search: Posts Made By: latenite
2,179
Posted By latenite
sed ERROR
Hi Leute

Kann mir bitte jemand diesen Fehler rerklären?
Ohne Zuweisung gehts und es kommt der modifizierte String raus.
Weise ich es einem String zu kommt dieser Fehler.
Was mache ich da flasch?...
5,849
Posted By latenite
MAN thank you. That workzz :) Still curious!...
MAN thank you. That workzz :)

Still curious! Is there a way to do it with a variable that holds this "kind" (heredoc) syntax?
<<EOF
p
q
EOF
5,849
Posted By latenite
HEREDOC with fdisk
Hi folks

What I'm trying is to build a partitioning script.
I can pass a HEREDOC to fdisk just fine. Like this:

fdisk /dev/sda << EOF
p
q
EOF

but I don't know how to put that HEREDOC...
2,768
Posted By latenite
man this feels funny... using some code i do not...
man this feels funny... using some code i do not have a cloue about....lol
well it does it s thing..thnak you for that
and i am learning awk now...promise!!!

:rolleyes:
2,768
Posted By latenite
ok time for me to learn awk... any good...
ok time for me to learn awk...
any good tutorials on hand??

embaressing ..but i do not understand this oneliner at all :(

just running it at the prompt does not do it:


0:521:root@x301...
2,768
Posted By latenite
ok i will ... did i make my point? did i...
ok i will ...

did i make my point? did i discribe right what i want to do?

any ideas?
2,768
Posted By latenite
compare logfile content
Hi folks

I have some logfiles like this:

./2009_08_22_14_08_entire_backup_no_1.log
.
.
.
./2009_08_22_14_34_entire_backup_no_14.log

each one contains a timestamp from "date +'%s'"

now...
2,660
Posted By latenite
thank you so much ... it took me a night and...
thank you so much ...
it took me a night and your help...but now it s working.
but onestly...i realy need you to explain to me what your lines do?

cd ..

moeves on directory backwards so from...
2,660
Posted By latenite
i will try your script in a minute... here...
i will try your script in a minute...

here is what I came up with...

but i can not "cd" in the for loop.(the commented line in function stepin)..any ideas?

#!/bin/bash

MYNAME=$0
FROM=$1...
2,660
Posted By latenite
still this does not work. it needs to run...
still this does not work.
it needs to run recursively BUT have the perviously renamed directory name on hand.
if it does not have the "new" name it will not -find- it in the next renaming step.
...
2,660
Posted By latenite
rename direcories recusively
Hi everone

I need to rename my directory tree. I want to define the renaming by regular expressions so i am free to what ever I like to do.

how would I rename an path like this one:
...
3,219
Posted By latenite
I real dont want to use expect because of...
I real dont want to use expect because of portability issues.
No offense...but I realy dont undersatnd your example...I see what you are doing...but what are you trying to say?

for now I am using...
3,219
Posted By latenite
pass a password to an application
Hi folks

I am new to shellscripting and I try to automate & guify some jobs.
Suppose I have a variable the stores a passwd and an application like "gpg" or "zip" to run from withn the script.
...
Showing results 1 to 13 of 13

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