Search Results

Search: Posts Made By: teresaejunior
1,378
Posted By Corona688
paste -d ' ' file1 file2
paste -d ' ' file1 file2
3,498
Posted By bartus11
Try: awk...
Try: awk '!a[$0]&&/^[0-9]/{a[$0]=1;print;getline;print;getline;print}' file
10,010
Posted By Scrutinizer
Try: echo "u_sA9e-u" | grep -E...
Try:
echo "u_sA9e-u" | grep -E '([[:space:]]|^)[a-z_][a-z0-9_-]*[$]?([[:space:]]|$)'
1,753
Posted By DukeNuke2
please use the "report post" function on top...
please use the "report post" function on top right of the post you want to have removed. thank you...
8,578
Posted By Neo
This was an excellent thread. I enjoyed reading...
This was an excellent thread. I enjoyed reading teresaejunior and remi75 working together to solve this problem.

Excellent team work on a very tricky problem!
8,578
Posted By remi75
:) a very busy server , nice :) (adsl/atm ,...
:) a very busy server , nice :) (adsl/atm , firewall ...wireless... :) )
anyway, i love challeges, if you have enought patience we could try another thing :
compile under root please .
before...
8,578
Posted By remi75
hmm, ok Can you please get us your lsmod ? ...
hmm, ok

Can you please get us your lsmod ?

But if the memory gets maxed out only when you run a compiler, it can be only it .

I ll see what your command line (that generates the compiling...
10,195
Posted By hergp
file=`ls -t | head -1` if [ -s $file ] then ...
file=`ls -t | head -1`
if [ -s $file ]
then
do_something_because_file_is_not_empty
fi

ls -t produces a list of filenames, sorted by modification time, newest first. head -1 picks the first...
5,068
Posted By jim mcnamara
0,5,10,15,20,25,30,35,40,45,50,55 19 * * *...
0,5,10,15,20,25,30,35,40,45,50,55 19 * * * /path/to/myscript.sh
Forum: Programming 09-05-2010
3,402
Posted By matrixmadhan
Free the file descriptor back to the system and...
Free the file descriptor back to the system and then unlink it.
Forum: Programming 09-04-2010
3,402
Posted By agama
Your request sounded like a homework problem. ...
Your request sounded like a homework problem.

Here is a simple programme that unlinks the file named on the command line. You should be able to adapt it to your needs.


#include <unistd.h>...
2,640
Posted By agama
This, in my opinion, is one of the serious...
This, in my opinion, is one of the serious shortcomings of bash. When piping the output of a command to a while loop, the contents of the while are executed in a forked process and thus variables...
Showing results 1 to 12 of 12

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