Search Results

Search: Posts Made By: ASC
13,212
Posted By ASC
Thanks guys it worked .. while playing with the...
Thanks guys it worked .. while playing with the script i accidently stripped of the quotes around $1.
13,212
Posted By ASC
Alright guys This is what i have written : ...
Alright guys
This is what i have written :

#This is a simple shell script which will read details from a java properties file namely billing.properties
#!/bin/sh
# Argument 1 : fully...
13,212
Posted By ASC
That is what i exactly want .When i execute the...
That is what i exactly want .When i execute the script i don't want to clutter the console with lots of echo statements. Script will just say

echo "installation started "
printline "all...
13,212
Posted By ASC
Thanks, I agree i came up with that solution...
Thanks,
I agree i came up with that solution since i wanted to print o/p of echo into into a text file.Also i wanted a single place to redirect ..i mean there will be lots of echo statements in the...
13,212
Posted By ASC
Redirect output of echo to a file
Hi ,
I am trying to redirect output of echo to a file.So i wrote a function named printline.Here is my sample script


myscript.sh

function printline()
{
echo "$1" >> myfile.log

}
...
Showing results 1 to 5 of 5

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