Search Results

Search: Posts Made By: rockbike
1,251
Posted By rockbike
sample of the data file: Murray Saul:2725.9 ...
sample of the data file:
Murray Saul:2725.9
David Ward:1370.24
Evan Weaver:356
1,251
Posted By rockbike
4,561
Posted By rockbike
it worked thanks alot
it worked
thanks alot
4,561
Posted By rockbike
math help
$ x=1
$ y=1.5
$ z=$((x*y))
bash: 1.5: syntax error: invalid arithmetic operator (error token is ".5")

What's wrong?
1,579
Posted By rockbike
Thank you very much Goldorakk that worked ...
Thank you very much Goldorakk
that worked
though i only used:
heading=`sed 's/$/<br \/>/' file2`
1,579
Posted By rockbike
print a multi-lines variable?
hi im trying a make simple html page with the content of some files
i have:
title=`cat "file1"`
heading=`cat "file2"`
para=`cat "file3"`
...
73,645
Posted By rockbike
ok i will thank you very much mate! cheers:D
ok i will
thank you very much mate!
cheers:D
73,645
Posted By rockbike
ye... i guess i didnt ask my question clearly... ...
ye... i guess i didnt ask my question clearly...
lets say... what if the line to be printed contains two or more words
what will length() do? my guess is the total number of characters of that...
73,645
Posted By rockbike
thank you very much Rubin, it works perfectly! ...
thank you very much Rubin, it works perfectly!
i have one more question, please:
so... length() in awk '{ pirnt $0 }'
will count the length of the entire line and print it out as line number?
73,645
Posted By rockbike
how to sort strings by length?
I'm trying to find the longest word in /usr/share/dict/words
The first thing I can think of is to sort the content by length then it would be easy to find out, but then i realize theres no option of...
Showing results 1 to 10 of 10

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