Search Results

Search: Posts Made By: avadhani
2,686
Posted By avadhani
I thank for your interest. I made following...
I thank for your interest.

I made following changes to command line.

purify -show-directory=yes -always-use-cache-dir -cache-dir=/ppic/users/avadhani/sgi/pure /usr/bin/CC -n32 -mips3...
2,686
Posted By avadhani
Purify-SGI Fatal Error
Hi ,

attempting to purify code on the link line generates a fatal error
like this

#ERROR: (fatal) Cannot find libtest.so in the search path [/home/users/avadhani/test/cat_PMI].

command...
Forum: Programming 07-20-2005
3,722
Posted By avadhani
char array
hi,
I have variable like,
char keyword[17] = "TRANSPARENCY ";

while passing this variable to some function, first character of variable becomes null, but rest of characters still ...
3,179
Posted By avadhani
Hi, I want to use only grep command to ...
Hi,

I want to use only grep command to search keyword in all files (current dir and sub dir)

Thanks
3,179
Posted By avadhani
Grep Problem
Hi,
I want search all files containing some "searchtext" in current dir and sub dir. For this, I used

grep "searchtext" */*

This will search only in sub dir files and does not give...
6,055
Posted By avadhani
Hi , I also tried with same thing. but using...
Hi ,
I also tried with same thing. but using second time -exec command does not take output of basename , it takes again output of find command (i,e full path name). Any how I am using my...
6,055
Posted By avadhani
Hi , Following comand (as you mentioned) gave...
Hi ,
Following comand (as you mentioned) gave me correct file name . I want to pipe that filename to other unix command.
find /parent/dir/to/search -name '*.[c|cpp|h]' -exec basename {} \;
...
6,055
Posted By avadhani
hi, Above command list all files , but all...
hi,
Above command list all files , but all output is passed as one argument to command.
and also output has full path of file. I want only filename and comand should be executed on each...
6,055
Posted By avadhani
list files
Hi ,
I want to list all files like *.C , *.h *.cpp in directory and subdirectory.
Take this each file (only file name should be taken) and pass it as argument to other unix command.
how do it ...
2,156
Posted By avadhani
Hi, Thank you for the clarification. Now it...
Hi,
Thank you for the clarification. Now it is working.
2,156
Posted By avadhani
PERL function problem
I have perl script as follow.
------------------------------------------------------------------------
#! /usr/bin/env perl

use strict;

sub printLines
{
print "Inside the...
81,882
Posted By avadhani
Hi Thanks for same. I am doing same as you...
Hi
Thanks for same. I am doing same as you mentioned
i, e "The date is `date`" .

Thank you
81,882
Posted By avadhani
echo date
Hi,

How to display date using echo command.
I tried "echo date" , it prints "date" not actual date
only date command prints actual date.

Thanks
6,441
Posted By avadhani
grep command
Hi,

how to search all occurance of keyword in current directory files and sub folder's files also using grep command.

thanks
1,630
Posted By avadhani
Problem with getting "%{ }" values
HI,

I am using following line in CVSROOT/loginfo file.

-----------
DEFAULT (echo %{sVv}; cat; ) ( mailx -s %{} bjavadhani@rediffmail.com)
-----------

In above script , "echo %{sVv}...
Showing results 1 to 15 of 15

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