Search Results

Search: Posts Made By: Ryuinferno
1,160
Posted By Ryuinferno
Questions About Using Escape characters ('\') In Terminal
I have been looking at people posting commands like :
$ sudo apt-get install git gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
...
3,672
Posted By Ryuinferno
*face palm* silly me...what a typo...thanks!
*face palm* silly me...what a typo...thanks!
3,672
Posted By Ryuinferno
Ok...but even though I set the condition for the...
Ok...but even though I set the condition for the while loop as [ $finish -ne 1 ], I still get the same error...what should I do to make a correct initialisation?
3,672
Posted By Ryuinferno
[SOLVED] While umatched error
Hi guys...was trying to use while loop and a sentry to prompt user input again if an invalid option was entered...but somehow I got a "while" unmatched error...The code is as below:

...
1,882
Posted By Ryuinferno
Actually I am trying to write a shell script for...
Actually I am trying to write a shell script for android phones...so the script was supposed to generate another script in the init.d folder so that it will run on boot...the main script can only be...
1,882
Posted By Ryuinferno
Cause I am actually trying to tell the script to...
Cause I am actually trying to tell the script to create another script...:p
1,882
Posted By Ryuinferno
[SOLVED] echoing a variable
Hi...I am trying to make a script like this:


mmc=123
echo "$mmc" > 123.txt
The variable "mmc" has to be declared right on the beginning of the script, so when I open 123.txt, I get:

123
My...
Showing results 1 to 7 of 7

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