Search Results

Search: Posts Made By: xqwzts
4,724
Posted By xqwzts
Running one Perl script from another
Hi, I have one small question - what is the best way to run one perl script from another?

Thanks in advance.
2,196
Posted By xqwzts
[Perl + Gtk2] Image disappears after scrolling / minimizing window
Hello everyone

I don't know if it's the right place to ask, but I will try. I want to use Gtk2 in my Perl chart-drawing script, I found a sample code that could be very useful for me somewhere,...
44,841
Posted By xqwzts
Bash - hide a terminal cursor
Is it possible to make Linux terminal cursor invisible in bash script?
13,334
Posted By xqwzts
It seems that it doesn't work the way I need....
It seems that it doesn't work the way I need. Let's say I want to read one character at time from the stdin (including spaces) in silent mode, and then print this character after some modifications,...
18,031
Posted By xqwzts
Bash - get specific character from the string
Hi!

If I want to extract a character from a specific position of a string, I can use ${string:1:1} (if I want character at the position 1). How can I do the same thing, when the number of position...
11,105
Posted By xqwzts
Thank you, but I don't have much time for...
Thank you, but I don't have much time for learning how the screen works, so I would be glad to find some other way. Here is a test srcipt that I came up with so far:

#!/bin/bash

function...
11,105
Posted By xqwzts
Bash - countdown timer
Hello, I have another problem with my script - I would like to have a countdown timer visible on the screen, and at the same time, I want te be able to do something else. And when the time runs out,...
13,334
Posted By xqwzts
Bash - read white spaces
Hello!
I have one problem with my bash script - I would like to be able to read white space characters from stdin (for example single " ") - can I acomplish that somehow? I need to read only one...
7,172
Posted By xqwzts
Thanks a lot, the ANSI escape sequences list was...
Thanks a lot, the ANSI escape sequences list was exactly what I needed, I didn't know about that until now.
7,295
Posted By xqwzts
Bash - multiple line carriage return
Hello!

I have one strange question - let's say I have a long, multiple-line string displayed on the terminal using echo, and I would like to make a carriage return to the beginning of this string,...
7,172
Posted By xqwzts
Bash - changing a color of a substring
Hello!

I need to write a bash script for my university classes, and I came up with an idea of a program that would test the speed of typing - there is some random text that you have to rewrite,...
Showing results 1 to 11 of 11

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