Search Results

Search: Posts Made By: chugger06
10,961
Posted By chugger06
How to add/multiply numbers with scientific notation (2.343e-5)
Hi,
I'm need to do some addition and multiplication of scientific nottaion numbers, in the form 34.23423e-10 for example.

I was echoing the list of numbers to stdout, then using bc -l, then I...
55,833
Posted By chugger06
ANDing 2 files
Hi,
Thanks for replying. That wa at least part of my problem as so obvious!!
filename contains a list of file names with different extensions. i just want files with a particular extension,...
55,833
Posted By chugger06
HELP! problems with using 'cat' in 'while read line'
Hi,
I'm having some trouble reading a file that was 'cat' through a while loop. Can anyone suggest alternatives? what i do is

cat filename|grep [23]*.stuff
while read line
do
echo $line
......
Showing results 1 to 3 of 3

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