Search Results

Search: Posts Made By: SasDutta
2,504
Posted By SasDutta
Diff between grep .* file name and grep '.*' filename
Hi,

Can anyone let me know what is difference between

grep .* foo.c

grep '.*' foo.c

I am not able to understand what is exact difference.

Thanks in advance
1,154
Posted By SasDutta
Diff between calling a shell script with ./ and . ./
Hi ALL

I have a shell script named setUP in which i am sourcing one variable like

source var_name="CLASSPATH".

When i call it as ./setUP, it does not set the var_name variable. But when i...
1,313
Posted By SasDutta
Diff between calling a shell script with ./ and . ./
Hi ALL

I have a shell script named setUP in which i am sourcing one variable like

source var_name="CLASSPATH".

When i call it as ./setUP, it does not set the var_name variable. But when i...
6,921
Posted By SasDutta
Thanks for your reply.. My xx file contains ...
Thanks for your reply..

My xx file contains

[/home/trg_ux/saswata]cat xx

total 32

-rw-r----- 1 trg_ux users 0 Jan 15 11:06 xx

-rw-r----- 1 trg_ux users ...
6,921
Posted By SasDutta
Difference between '.*' and .* in grep
Hi

What is the difference between grep '.*' xx and grep .* xx?
What grep .* xx command will do where xx is file name.

Thanks

Sas
12,946
Posted By SasDutta
But my unix is HP-UNIX version 11i Regds ...
But my unix is HP-UNIX version 11i

Regds

Sas
12,946
Posted By SasDutta
set ai means set auto indent.But any idea why it...
set ai means set auto indent.But any idea why it is not working
12,946
Posted By SasDutta
I have put the .exrc file in the directory...
I have put the .exrc file in the directory specified by $HOME

Thanks

Sas
12,946
Posted By SasDutta
Following commands are written in .exrc file ...
Following commands are written in .exrc file

set nu
set ai
set showmode

thanks

Sas
12,946
Posted By SasDutta
.exrc is not working
Hi

I want to customise my vi environment.So i have created a a .exrc file in my working directory and written all set commands.But when i am invoking vi ,it is not taking any effect of the vi.
...
4,067
Posted By SasDutta
That means if i write [ $x ], it checks whether...
That means if i write [ $x ], it checks whether the var x is null or not?Am i right???
4,067
Posted By SasDutta
Meaning of code
Hi

Can anybody tell me what is the meaning of the following code?

i=4 j=1 k=0
[ $i -o $j -o $k ]Specialy meaning of this line
echo $?
[ $i -a $j -a $k ]Specialy meaning of this line
echo $?...
8,823
Posted By SasDutta
Hi number : integer, signed, float ?Any...
Hi

number : integer, signed, float ?Any valid number.No character will be allowed
date : dd/mm/YYYY, mm/dd/YYYY, dd-MMM-YYYY, YYYYmmdd ?Any valid date
string : letters, upper/lower case, special...
8,823
Posted By SasDutta
I am planning to use PL/SQL
I am planning to use PL/SQL
8,823
Posted By SasDutta
How to validate input values
Hi

How would i validate value of a variable whether it is number,date or string

Thanks in advance

Sas
Showing results 1 to 15 of 15

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