Mounting a zipped partitionGuillaume 1 244 Hello all,
say I archived a partition thusly:
dd if=/dev/sda1 | gzip > sda1.img.gz
Is there a way to mount it directly without having to gunzip i...
how to prevent back quote expansion?kirby 15 256 The following script will output one line. the carriage return is
removed by the back quote operation. Any way to prevent that carriage
is removed?
...
How do I remove this "p"?laredotornado 12 162 Hi,
I'm using Mac 10.6.3 with bash shell. I want to identify the process
using a particular port for the purposes of passing that process ID to
...
doubt in llive projectunix 0 122 Hi all,
My self shanker..
I have a doubt in unix shell scripting..
Actually I am working on an server, which have number of logs every
second...
...
getting cpan configuredUno 10 711 I have an ubuntu install that might be a month old. Although I thought
to have saved my data, I see to have lost more of perl capability than I
w...
portable local variables?Hallvard 2 198 Is there a reasonably portable way to get local (function-scope)
shell variables? Googling around I found a number of wrong answers:-(
Apparently...
generating non repeating numbers within a rangeSivaram 19 424 I'm preparing test papers with random questions picked up from a
question bank. The question bank is basically q1.tex, q2.tex... in a
directory, 1 ...