Search Results

Search: Posts Made By: snow
1,326
Posted By snow
print column
Hi again
I have this file
abd ..............123
sda...............234
dff................223

t1 t2 t3 t4 t5 t6 t7 t8 10
1 3 4 5 2 4 5 6 3
23 2 3 2 1 3 4 1 3
...
1,326
Posted By snow
13 views without reply :confused::confused:
13 views without reply :confused::confused:
1,326
Posted By snow
sed command
I have file like that

name is M1
address is ......
tall is .....
weight is .....

name is M2
address is ......
tall is .....
weight is .....

and same type of data for many persons (M3,...
1,173
Posted By snow
please help
How can I write script (by using awk and sed commands) that read output from file and produces post processed data format for which each row represents different pressure and each column a different...
3,109
Posted By snow
Thanks jaduks for the reply, but your code works...
Thanks jaduks for the reply, but your code works only for the end values of i (i.e. i=.9) and j (i.e. j=.45) and I want to execute the file for all values of i and j which are in the range ...
3,109
Posted By snow
please help in multiple for loop
Hi
I have these data
0.9>i>0.1
0.45>j>0.01
I want to execute the script file for different number of i and j using the command
$ ./scriptfile i j
I write this code
#bin/bash
for ((i>0.1;...
3,414
Posted By snow
decimal numbers
Hi friends
How can I use "for loop" for decimal numbers?
ex: 0.1 < x < 0.6
I used this commands but does'nt work.
LIMIT=0.6
for ((x=0.1; x<=LIMIT; x++))
do
-
-
-
done
Many thanks
Showing results 1 to 7 of 7

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