Search Results

Search: Posts Made By: vietrice
2,046
Posted By vietrice
Is it possible to change the output ^C to...
Is it possible to change the output ^C to something else like a space?
2,046
Posted By vietrice
Right now im using the code at bottom. stty...
Right now im using the code at bottom.
stty -ctlecho #get rid of ^C
tput civis #make cursor invinsible
The thing about stty -ctlecho is that it get rid of ^C but it end up showing a weird...
2,046
Posted By vietrice
I am writing a script that show load average in...
I am writing a script that show load average in like a bar graph. When i press Ctrl-C it suppose to trap it and pause the bar graph from refreshing. The problem im getting is when i press ctrl-C it...
2,046
Posted By vietrice
Get Rid ^C when pressed Ctrl-C
How do i get rid of the ^C when i pressed Ctrl-C?
5,655
Posted By vietrice
Thanks you! Its work.
Thanks you! Its work.
5,655
Posted By vietrice
Range of number from 0.1 to 10.0
Is there a way to create a loop that will output number starting from 0.1 to 10.0
0.1
0.2
0.3
0.4
0.5
..
...
10.0

This is what i tried.
for i in {1..50}; do printf -v i '%02d' $i ; ...
Showing results 1 to 6 of 6

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