Search Results

Search: Posts Made By: sopel39
10,268
Posted By sopel39
in what package getconf is? in my computer it...
in what package getconf is?
in my computer it is in glibc-common
but on the server i'm testing my scipts is says that there is no glibc-common but there sill is getconf
10,268
Posted By sopel39
thank you very much for answers i have only one...
thank you very much for answers
i have only one more question
let's say my script has a child 'a' (made by 'a &' command)
i want to wait for it (using wait command) but i also want to do something...
10,268
Posted By sopel39
another question
how to make this:
let's say we have
a | b | c | d
i want whole command fail with error code if just one of them fails
or if just one of them fails then whole command error code is greater than 0
10,268
Posted By sopel39
input sample
input is a file which can contain " symbols
and cut or awk should interpete line like this:
something "some text"
as:
col1 col2 col3
something "some...
10,268
Posted By sopel39
cut awk dummy question :)
how to make cut and awk treat "a b" as a single column rather then two separate columns "a and b"?
how to remove " symbol from "a b" so there is only a b?

Please help
Regards
Karol
1,442
Posted By sopel39
problem with command line
i have a command line that looks like this:
my_command -a -b -c -d"foo bar" "./run this" param1 param2

I'm using getopt to pharse parameters -a -b -c -d.
after that i would like to execute...
5,420
Posted By sopel39
Also is there a command that wait's for child for...
Also is there a command that wait's for child for specific amount of time and if child wont finish it return error after that period?
5,420
Posted By sopel39
hm... there is problem about /usr/bin/time. It...
hm... there is problem about /usr/bin/time. It doesn't return maximum resident set size, which i need too (it always return 0 instead). Is there a way to get maximum resident set size of a process...
5,420
Posted By sopel39
Bash: how to do it?
Hi

My problem is that i need to measure given command statistics (time, mem, etc) with shell script
My script must basically do two things:
1. Measure overall command statistics (it is total...
Showing results 1 to 9 of 9

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