Search Results

Search: Posts Made By: chadfu
9,353
Posted By chadfu
One way to do it would be to read each line into...
One way to do it would be to read each line into the array as piped from awk...

<awk output> | while read line
do
iparray=($line)
echo "Read $line into array."
done

Or even writing a file...
37,171
Posted By chadfu
I would recommend SCP
If you have SSH access to the server I would recommend using scp to copy it from your Windows box to your Unix server using utilities such as pscp.exe that is distributed with PuTTY.

Not...
2,619
Posted By chadfu
Use yum!
You can always us yum from the command line in Fedora to install ImageMagik.

Example;

sudo yum -y update && sudo yum -y install imagemagikshould update your yum repo with the latest sources and...
Showing results 1 to 3 of 3

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