Search Results

Search: Posts Made By: mregine
9,945
Posted By mregine
Thanks jlliagre & otheus. I think that's the...
Thanks jlliagre & otheus. I think that's the conclusion Dave came to, too. What confused me was the output from df -kh ., with the /home/myuser next to the 100%, and not, say, /home or...
9,945
Posted By mregine
What's an "auto mounted file system"? And how...
What's an "auto mounted file system"? And how would I know?

(I'm still busy googling, but I haven't found anything helpful for me as a user without admin rights)
9,945
Posted By mregine
Only a minimal number of top-level directories......
Only a minimal number of top-level directories...

~$ ls -l
total 14
drwxr-xr-x 2 myuser group 3 Jul 21 05:28 Desktop
drwxr-xr-x 4 myuser group 4 Jun 18 19:33 Work
drwxr-xr-x 12 myuser...
1,071
Posted By mregine
This isn't homework, is it?
This isn't homework, is it?
Forum: Programming 07-21-2012
1,223
Posted By mregine
"Replaced (\w+)" The fine details depend on...
"Replaced (\w+)"

The fine details depend on how you want to do this: grep? awk?... anything on the command line? ...
9,945
Posted By mregine
Disk quota exceeded (difference btw. du and df, again!)
I haven't been able to do anything since yesterday evening because my account is full to the brim. Very annoying on a Friday evening when no admin will be in until Monday morning. Of course, I might...
1,942
Posted By mregine
"grep -w" is the 1st thing to come to my mind... ...
"grep -w" is the 1st thing to come to my mind...

But what do you mean by "exact"? What would not be "exact" in your case? "Naw" instead of "New", or "NewYork" because it's longer,...? In that...
3,080
Posted By mregine
Maybe I don't get the problem, but I would simply...
Maybe I don't get the problem, but I would simply use grep:

grep -vi "xyz" fileA | grep -vi kal > fileBThe -i is for "case insensitive" because you didn't use capitals in "cut all lines which have...
2,746
Posted By mregine
Sorry for being unresponsive - I'm still working...
Sorry for being unresponsive - I'm still working on that script :-/

When I do that, it gets stopped again after a few seconds :-/

I use bash, on Debian lenny, logged in via ssh from a Mac OS X...
6,836
Posted By mregine
Sorting in Perl can be tricky, but this is a...
Sorting in Perl can be tricky, but this is a classic: google "perl sort hash by value".


foreach $key (sort {$records{$a} <=> $records{$b}}
keys %records) {
print...
3,704
Posted By mregine
More completeness: Try "recode" to convert...
More completeness: Try "recode" to convert between a wide variety of encodings. Can be installed using macports on the Mac.
$ recode -l
lists all encodings it knows about
$ recode old..new file...
2,388
Posted By mregine
I don't know about putting it in your path, but...
I don't know about putting it in your path, but you could alias "ssh" to "ssh -i /whatever/path". For some reason I never got to the bottom of, ssh doesn't find my keys either on our system, so I...
2,746
Posted By mregine
Scripts stopped in the shell
Hi,

I've been wondering about this for a while and I just don't know where to start looking. Some of my scripts always get stopped when I start them with
$ script.plx &in the shell (bash, on...
1,814
Posted By mregine
Try $ sort -u abc.txt -o abc.txt
Try
$ sort -u abc.txt -o abc.txt
3,105
Posted By mregine
Oh wonderful :-) A bash built-in I didn't know...
Oh wonderful :-) A bash built-in I didn't know about and a command I had completely forgotten about (jobs). New toys to read up on and play with.

And I sort of know what commands I want to know...
3,105
Posted By mregine
Because I start processes which will run a while...
Because I start processes which will run a while (between 10 minutes and half an hour), send them in the background, then work on a different but related project for a while, but keep on getting...
3,105
Posted By mregine
It does wait for me, but sometimes in the mean...
It does wait for me, but sometimes in the mean time so much output is produced that I reach the limit for scrolling upwards.

I thought maybe they were saved somewhere, maybe under /proc or...
3,105
Posted By mregine
Messages printed in the shell
Hi,
I would like to be able to return to the messages printed in the shell when a process is done, but I have no idea where to look for them.

[15] Done nohup script.sh ...
8,905
Posted By mregine
Why not just use scp on the command line (for one...
Why not just use scp on the command line (for one file)? If you have sftp, you probably have scp installed... "man scp" should help.
6,725
Posted By mregine
I also tried using the "underspecified" version: ...
I also tried using the "underspecified" version:
LC_ALL=fr_FR.UTF-8 xterm -fn '-*-*-*-*-*--14-*-*-*-*-*-iso10646-*'The result is the same :-/

I know of two menus I can call up with the mouse....
6,725
Posted By mregine
UTF-8 in xterm
I need to use sort, uniq, grep, wc,... and the like to work with lists of words in UTF-8 (the "words" being phonetic transcriptions using the IPA). I have been using Google a lot and I even found...
2,455
Posted By mregine
Incredible... You guys have just solved in mere...
Incredible... You guys have just solved in mere minutes a problem I've been struggling with for two years! Those "thanks" come from the heart... :-)
2,455
Posted By mregine
Problem with X in a script
Hello,

I'd like to open a bunch of windows on a server/servers from a script using ssh. The point is to run a tool several times (often a quite high number of times) with different parameters, but...
2,242
Posted By mregine
As I understand it, private keys should be...
As I understand it, private keys should be specific to one machine.

But apart from that, when you create a private key, a public key counterpart is also created. In order to use the keys to...
1,695
Posted By mregine
It seems the admins have done that for me. I...
It seems the admins have done that for me. I didn't realize that when I posted.

What remains is the problem of making everything in the directory group-writable automatically. I seem to remember...
Showing results 1 to 25 of 32

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