Search Results

Search: Posts Made By: kurtdriver
Forum: Open Source 03-08-2011
340,129
Posted By kurtdriver
Jed is my favourite, for most purposes.
Jed is my favourite, for most purposes.
30,781
Posted By kurtdriver
This is why copy and paste was invented:)
This is why copy and paste was invented:)
Forum: Boot Loaders 02-18-2011
21,709
Posted By kurtdriver
I must need new glasses, I can't see the link.:)
I must need new glasses, I can't see the link.:)
3,244
Posted By kurtdriver
Isn't Fmurphy's line doing what you want? When...
Isn't Fmurphy's line doing what you want?
When I run it I get what I think you're asking for.
du -h D*
492K Desktop/Postmodernity_files
172K Desktop/116-system-restore-disk_files
149M ...
3,890
Posted By kurtdriver
Thank you.
Thank you.
3,890
Posted By kurtdriver
How about this, cat *.CLT > 11021000021.CLT ...
How about this,
cat *.CLT > 11021000021.CLT

Chubler_XL, (https://www.unix.com/members/302085178.html)I don't understand the reason for the for loop. Could you please explain that?
4,270
Posted By kurtdriver
By script do you mean a commandline program? If...
By script do you mean a commandline program? If so, I recommend alpine. You can set it to open a gmail box.alpine gmail - Google Search (http://www.google.ca/search?q=alpine+gmail)
3,565
Posted By kurtdriver
You could open the file in an editor and remove...
You could open the file in an editor and remove the hash mark. I'm not familiar with apt, but if it's similar to yum, it'll have an option to enable a specific repository. With yum, I'd just use...
5,854
Posted By kurtdriver
Doesn't Suse have a native tool for this? Fedora...
Doesn't Suse have a native tool for this? Fedora does and a Suse repository can't be too different.
1,307
Posted By kurtdriver
If you want to search a file for a pattern within...
If you want to search a file for a pattern within it, you might try grep. The -f tests for a file's existence.

if [ -f filename ]
then grep pattern
do something
done
fi
2,940
Posted By kurtdriver
It works for you then?
It works for you then?
2,940
Posted By kurtdriver
Can you post that section of your script? ...
Can you post that section of your script?

Bash is a program and putting it all on one line as you seem to have done would run it with all those things as arguments to the bash command.
2,940
Posted By kurtdriver
I don't understand this script, what does bash...
I don't understand this script, what does bash script do? You could put the echo on the same line with a semi-colon, ie,
bash script; echo "what's 1 2 3 4"
Do you mean 1 2 3 4 to be options? If...
4,093
Posted By kurtdriver
Have you got a space at the end of your test...
Have you got a space at the end of your test brackets? Yours seems to end with -lt "1"] Without the space bash thinks that the bracket is part of the rest of it.
2,332
Posted By kurtdriver
Hi Doug, it would be best to do this as a...
Hi Doug, it would be best to do this as a non-privileged user. It's considered "best practice" to reserve root for things that actually require it, thus reducing the results of screwing up.
2,504
Posted By kurtdriver
If you just want to strip off the "tar.gz", you...
If you just want to strip off the "tar.gz", you should look at sed.
That's want you want? To have an output of xyz for ever xyz.tar.gz?
Forum: Boot Loaders 10-18-2010
21,709
Posted By kurtdriver
Can you not delete the partitions on the USB key?...
Can you not delete the partitions on the USB key? I've never had these problems with many installs of Fedora to USB keys. Have you tried unetbootin? Another way to do it would be to use a livecd and...
5,283
Posted By kurtdriver
Does your OS have a program called timeout? It's...
Does your OS have a program called timeout? It's one of gnu-coreutils. Run firefox with timeout set to kill it after a certain period.
2,576
Posted By kurtdriver
That'll just tell the OP who's logged in now. I...
That'll just tell the OP who's logged in now. I think what is asked for, is a script that will log or perhaps send mail when someone logs in.
Przemekny, You'll have to monitor certain logfiles, I...
1,305
Posted By kurtdriver
What are you trying to echo? At the least, you...
What are you trying to echo? At the least, you should put quotes around cat | cat <&3. But that will just display it.
1,222
Posted By kurtdriver
Actually, it works for me without the ticks or...
Actually, it works for me without the ticks or quotes. The OP was missing the plus sign.

[kurt@Heimdal ~]$ date +%d/%m/%Y
07/10/2010
Showing results 1 to 21 of 21

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