Hello!
I am trying to register account in Dropbox using cURL. There are a lot of existing examples doing POST and other useful stuff, however it doesn't work for me. Using formpost.pl script i got info:
Code:
--- FORM report.
I'm trying to get HAL to load my touchpad's preferences at startup, but for some unknown reason to me, it isn't.
I've got a an Eee PC 1000 HE with an Elantech Touchpad.
greetings,
i have a variable $input that i want to use to set $output. $input is /dir/filename.mph and $input is passed to my script that i manipulate it as follows:
Code:
input=`basename $input`
i want the $output to be filename_solved.mph, basically stuffing "_solved" in the filename. here's how i did it:
Code:
output=`echo $input | awk -F.
Hello there, I am posting to seek help with a KSH script,
I am making a simple calculation program where the user can enter as many numbers as they like, I am getting their input using the read command, however I am not sure how to repeat doing this and storing the input in to new variables until the user wants the program to calculate.
Here is what I have so far
Code:
#!/bin/ksh
I forget what I have done ,but one day ,when I want to write a script ,I find a problem that
I cant input the " " " directly. I should input the "Shift+" " ,and then with a "Space" ,it appears ,
I don't know whatś wrong with my OS. also ,the same problem is with " ' " .
Can I fix it ? Thank you .
Hello!
I, along with a few others on these forums, have an Acer 5920 laptop, which is equipped with both a Synaptics Touchpad, and a set of touch-sensitive media keys, which are, in fact, a second synaptics touchpad.
Previously, we had been able to use gsynaptics to configure the touchpad behaviour by this:
Hello All,
Bash Version: 4.1.10(1)
I'm trying to "verify" some user input.
Hello, I installed Fedora 17 64 bit KDE, and I need to use other inut method. When I click "Applications->Settings", I didn't see "input method selector". Then in a terminal I installed im-chooser by:
yum install im-chooser
Then under Settings I can see "Input Method Selector".
Hello to all,
Please some awk expert could help me.
If I want to run an awk script as "command" give it inputs externally I do:
Script.sh
Code:
Input="$1" # "$1" is the input that will be given to the script
Output=${Input%.*}.csv
awk '{$1=$1}1' $Input | awk '{...}' > $Output
and I run the script like this:
Code:
.