Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~9K People Reached
Favorite Tags
Member Avatar for ennoil

I have (roughly) the following code: read -p "What is your variable: " WHATIS cat > ./test.txt <<EOF This should be a bunch of lines I want this "variable" to be imbedded it is ${WHATIS} EOF I keep getting the literal output of "${WHATIS}. I did this ages ago but …

Member Avatar for chriswelborn
0
2K
Member Avatar for larin83109

Hello again dear Daniwebians, I am asking for some ehlp again. I wrote a littel cript as part of my assigment. My script does what it is suppose to do, but when I run it, it does not end on its own, I have to stop it by "killing" the …

Member Avatar for cfajohnson
0
272
Member Avatar for ryan.whyte.94

Hey all Im new so if this is in wrong place sorry, im trying to donwload 3DRAD to use for Virtual Sailor, when i click downlaod this comes up **Forbidden You don't have permission to access /getdownloadlink.php on this server. Additionally, a 404 Not Found error was encountered while trying …

Member Avatar for CimmerianX
0
225
Member Avatar for akileshb
Member Avatar for bipi09

how can I install the mysql server into CentOS 6.can someone give me the step please :(

Member Avatar for kevin2s
0
217
Member Avatar for PhilEaton

Is it possible to create your own email? I.e. host your own email, perhaps '@67.201.13.165'? I know you can build email servers. But is it possible to feature your own email "account"? Thanks!

Member Avatar for PhilEaton
0
154
Member Avatar for srinivas88

Hi, i m trying to ssh to a server and run a exe on that using a script file - runremote.sh All the prints generated by the exe on remote are being displayed on server 1 from where i have executed the script . But after sometime, the execution stops …

Member Avatar for ennoil
0
266
Member Avatar for rockyada

hello I have this command that i am calling from php (exec()): [CODE]openssl pkcs12 -export -in cert.pem -inkey key.pem -out cred.p12[/CODE] and then i need to insert password twice Enter Export Password: Verifying - Enter Export Password: I need script that will fill the password inputs, do you have any …

Member Avatar for ennoil
0
115
Member Avatar for rahulroshan

Hi I want to count number of lines in csv files in a folder and display it, I have the code to count number of lines,but the problem is i want to loop all the files in that folder and display it , For eg: in Month January folder ,I …

Member Avatar for ennoil
0
183
Member Avatar for Azurit

Hi. In my bash script I have a loop which downloads a few files in the background with 'wget'. How can I make my script wait until all downloads are complete before it goes on? I guess I have to use the 'wait' command after the loop in some way? …

Member Avatar for ennoil
0
2K
Member Avatar for sachin27

Hi , I want to write following contents in a file through shell script. below is the content ------------------------------------------------------- DATE: Wed August 01 2:20 PST 2011 PRODUCT: Quick PRODUCT_VERSION:21.0 PROJECT: QW12 BUILD: 21.1.3.10 PATH: r:\\QW\21.1.3.10 -------------------------------------------------------- Where Build is variable . It should fetch the data from system(i.e. current version …

Member Avatar for ennoil
0
171
Member Avatar for lstensland

I am new to programming and have been reading a few books on Pyhton but can't seem to grasp what I believe is probably a simple process. I need someone to show me briefly a sample script that would allow me to open a CSV file and edit it line …

Member Avatar for lstensland
0
437
Member Avatar for Ali Hafeez

At least one way, early social networks are like a high school party – when parents get home the fun stops and everybody leaves. But as social elements become the driving force behind many of the web’s most popular sites, an increasing number of consumers young and old are finding …

Member Avatar for JamesAlbany
0
140
Member Avatar for ennoil

I have a csv file with 4 columns that I want to use to create menus. For example, the second column has values such as "TEST", "QA", "PROD" and a couple of others. I want to take all the values from the second column, weed out the duplicates, then create …

Member Avatar for sergb
0
2K