Search Results

Search: Posts Made By: grebbux
Forum: Ubuntu 07-28-2008
22,670
Posted By grebbux
Looks like you need libc6-dev-i386. I think...
Looks like you need libc6-dev-i386.

I think on Ubuntu that means:

$ sudo apt-get install libc6-dev-i386.
2,724
Posted By grebbux
Why do you need the > /dev/null? (Im new to this...
Why do you need the > /dev/null? (Im new to this myself)

This works too:

$ cat grep-from.ksh
#!/bin/ksh
grep car file4 ...
2,685
Posted By grebbux
Ah thanks for answer there, I think the sed...
Ah thanks for answer there, I think the sed substitution is a better solution. :)
2,685
Posted By grebbux
I did it. I went for the array approach. ...
I did it.

I went for the array approach.

declare -a DirectoryListing
$DirectoryListing=$(batch_ssh ${host} "ls -1 ${ServerInstallDir}")
for dir in ${DirectoryListing[@]}
do
echo $dir '<br>'...
18,978
Posted By grebbux
echo -n "Enter number 1: " read num echo -n...
echo -n "Enter number 1: "
read num
echo -n "Enter number 2: "
read -n 1 num1
echo -n "Enter number 3: "
read -n 2 num2


I read this from the Bash Beginners Guide (Link doesn't seem to...
2,685
Posted By grebbux
I think I'm getting somewhere, when I try this: ...
I think I'm getting somewhere, when I try this:

echo $DirectoryListing | sed 's/ /<br>/' >> $HTMLFILE
FYI: Nothing is listed if I put the above $DirectoryListing in "".

The listing looks like...
2,685
Posted By grebbux
Thanks for the reply, Perderabo. When I do...
Thanks for the reply, Perderabo.

When I do as you suggest, no output returns for the directory structure listing.

I tried my other two experimental "DirectoryListing" variables with the...
2,685
Posted By grebbux
nicely formatted directory listing from batch ssh session
Hi,

I am really struggling to finish of a script I have been assigned.
The script's purpose is to log on to each server defined in an array, determine the Web Server version, and list the...
Forum: SuSE 01-07-2008
156,126
Posted By grebbux
processor : 0 vendor_id :...
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 731.037
cache size ...
Forum: HP-UX 01-07-2008
19,003
Posted By grebbux
They both use a random number generator device....
They both use a random number generator device. So what Neo posted is relevant to both. PRNG Not Seeded errors indicate problems with randomness, a simple Google/Yahoo search will unearth mountains...
Showing results 1 to 10 of 10

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