Search Results

Search: Posts Made By: borobudur
6,602
Posted By borobudur
Works perfectly, thanks!
Works perfectly, thanks!
6,602
Posted By borobudur
[Solved] Tree as alias command
Hi, I have this command:

ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' Works nicely to show the current file structure as a tree.

I'd like to have...
5,167
Posted By borobudur
Thanks! But there is still a withe space at the...
Thanks! But there is still a withe space at the end from ...jpg (C...
And an other thing is how can I walk recursively through the file structure?


---------- Post updated 04-24-12 at 01:00 PM...
5,167
Posted By borobudur
[Solved] Rename file name / remove part of name
I have a whole file structure with jpeg files where I want to remove a part of the file name. An application added in many files a case conflict in the naming "xyz 017.jpg (Case Conflict 1)"

So,...
Forum: UNIX and Linux Applications 06-07-2011
1,641
Posted By borobudur
Organize (pretty) code
I'm looking for terminal programs, which organize and pretty code like HTML or JavaScript.
Thanks!

---------- Post updated at 07:01 AM ---------- Previous update was at 01:49 AM ----------
...
2,681
Posted By borobudur
I acctualy found the problem. When there is no...
I acctualy found the problem. When there is no keyboard on the server then it hangs/ waits. I didn't see this because when I had this problem I turned it off and connected the keyboard and monitor...
2,681
Posted By borobudur
Ubuntu server ---------- Post updated at...
Ubuntu server

---------- Post updated at 11:32 PM ---------- Previous update was at 10:16 AM ----------

What about openssh?
2,681
Posted By borobudur
Automatic login at startup
Hi,
how can I set my linux server that it logs in the main user at startup?

I would like to be able to make a restart remotely and be able to connect to the server again afterwards.
The...
10,437
Posted By borobudur
GNOME. Thanks for the info!
GNOME. Thanks for the info!
10,437
Posted By borobudur
What means %U
I can not find out what the %U means in the following command:
ooffice -calc %U
5,711
Posted By borobudur
I solved it like this: #!/bin/bash # Reads...
I solved it like this:
#!/bin/bash

# Reads from one file all lines
# takes the first word as the name of a new file
# creates the new file with that name
# adds text out of a file before and...
5,711
Posted By borobudur
I have one more question: instead of "bla...
I have one more question:

instead of "bla bli " I would like to get several lines from a file and add it to $0

Can I do that?
5,711
Posted By borobudur
That works! Thaks!!
That works! Thaks!!
5,711
Posted By borobudur
Thanks for your answer! But it should...
Thanks for your answer!

But it should create for each entry one file with the name of the entry.
5,711
Posted By borobudur
read line by line and create new file
I would like to read line by line out of a file (one word per line) and create with each line a file.

The read line should be also pasted into the file with some other text.

Something like...
6,143
Posted By borobudur
Well, when the connection to the wlan is there I...
Well, when the connection to the wlan is there I would expect that my program is running. The program works and gives output but it looks like not with ifup.
6,143
Posted By borobudur
Thanks but why ifup wlan0 doesn't work?
Thanks but why ifup wlan0 doesn't work?
6,143
Posted By borobudur
Hey, thanks for your help! With your line,...
Hey, thanks for your help!

With your line, it just writes the date into the log file. No output of my dosomething program.

I tested my program; it works:


This writes the output of my...
6,143
Posted By borobudur
log in ifup
I have a little script in the /etc/network/if-up.d (debian). It should do something and write the output to a log file. But it doesn't seem to work.

ifup wlan0 dosomething >>...
2,281
Posted By borobudur
Ah! I didn't know eval. My echo was just to show...
Ah! I didn't know eval. My echo was just to show me my string, I wanted to use the string itself for the command.
Thanks!
2,281
Posted By borobudur
command out of script problem
I wanna put a LDAP search command into a script and there I have the following problem.

I have these variables in a bash script
com="ldapsearch -LLL -x -W"
node=" -b...
3,946
Posted By borobudur
moved second question to a new thread
moved second question to a new thread
3,946
Posted By borobudur
Oh! Yes that works! Thanks
Oh! Yes that works! Thanks
3,946
Posted By borobudur
alias and quotes
Hi, I have problems to set the following command as an alias in my bashrc file:

ldapsearch -LLL -x -W -b 'o=me,ou=addressbook,dc=subdomain,dc=dyndns,dc=org' -H ldaps://subdomain.dyndns.org -D...
4,398
Posted By borobudur
I like that one: find . -type l -exec rm {}...
I like that one:
find . -type l -exec rm {} \;By the way, what is {} \; for?
Showing results 1 to 25 of 31

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