Search Results

Search: Posts Made By: kullu
1,584
Posted By kullu
shell programming and scripting
hi,
i am trying this while loop and i only want that it should only read food as pizza....no other entry should be taken here.

#!/usr/bin/perl -w

$food = " ";

while ( $food ne 'pizza' )
{...
1,025
Posted By kullu
perl programming
how to link the linux files in perl on the local webpage ????

suppose we have some results and want to get them published on the local webpage of our internal site. how this can be done using HTML...
805
Posted By kullu
file search
hi

there is a directory structure which is being used here....and all the directory names have been listed in a file.

with grep command i need to find out all the directory names along with...
1,232
Posted By kullu
shell scripting and programmming
hi ,

i was trying a small script in sed as my main motive is to apppnd a sentence before a line and after a line.

e.g this is the sentence which is present in many files and i want to append 2...
1,217
Posted By kullu
Checking for Apache and serving a page
hi
i was trying to run the HTML script and was unable to run it as the apache server was not loaded on my linux server.....how do i check whether A[pache has been installed in my server or...
851
Posted By kullu
shell scripting and programmming
hi
i was trying the perl scripting with the new perforce and found the various issues which says u need to define a package in it.....
wat can be the reason for this ....is there any basic...
24,125
Posted By kullu
Factorial of any number using functions
how to write the code for factorial of any number using functions and arguments?????
1,027
Posted By kullu
excuting the following code
hi
i am trying the below code for the following


|_
| |_
| |_ |_
| |_ |_ |_
| |_ |_ |_ |_

and for this code also

*
* *
* * *
* * * *
* * * * *

!/bin/bash
#i = "*"
Showing results 1 to 8 of 8

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