Search Results

Search: Posts Made By: i.srini89
5,150
Posted By i.srini89
How to ftp multiple files by taking the file name from a input file.
Hi,

I'm working on a script which has to copy multiple files from one server to another server. The list of files that are to be copied is present in a file say input.txt.


vi input.txt
...
1,458
Posted By i.srini89
There is one logic i can think of. both the...
There is one logic i can think of. both the function definition and declaration have the return types(int or void or long) in them along with the function name.
So can we form an array of all such...
1,213
Posted By i.srini89
How to conditionally replace a pattern?
Hi,
How to replace only the function calls with a new name and skip the function definition and declarations. consider the following code.
There are 2 functions defined here returnint and...
1,458
Posted By i.srini89
How to conditionally replace a pattern?
Hi,

How to replace only the function calls with a new name and skip the function definition and declarations. consider the following code.
There are 2 functions defined here returnint and...
16,628
Posted By i.srini89
How to get the user input recursively until the user provides valid input
Hi,


echo "Enter file name of input file list along with absolute path : "
read inputFileList

if [ -f $inputFileList ]
then
for string in `cat inputFileList`
do
echo...
47,355
Posted By i.srini89
How to get Unix terminal in windows
Hi,

How to get unix look and feel in windows environment where i can execute basic commands like date and complex usage like awk, sed etc and not much storage space is needed.
Is there any...
1,221
Posted By i.srini89
how to find the func name when a function name can be anything.
Forgot to mention this condition earlier:o. It is NOT the convention that function names should start with func. There can be a function name retNum in a file new.c.


int retNum(int n)
{
...
1,221
Posted By i.srini89
Help with searching a word,find the identifier under which it is there and giving a report
Hi,

i have a directory structure which contains few files each.
each file in turn has some functions. i'm searching for a word, say 'pen' in all the files present in all the directories. :wall:...
Showing results 1 to 8 of 8

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