Search Results

Search: Posts Made By: mrgubbala
48,893
Posted By mrgubbala
Find lines greater than 80 characters in a file
Hi,
Can anyone please give me the grep command to find all the lines in a file
that exceed 80 columns

Thanks,
gubbala
Forum: Programming 09-14-2006
4,084
Posted By mrgubbala
resetting counter using bitwise XOR
Hi !
How to reset a variable to 0 after a reset value, say 10 using bitwise
XOR.

For example,

int cnt=0;

if(cnt<10)
cnt++;
else
cnt = 0;

How can we achieve this by using XOR...
3,011
Posted By mrgubbala
Shared Objects
Hi Friends !
I have a library, say libxyz.a.
To view all the object files in the archive, i issued the command :

ar -t libxyz.a

which displayed all the object files it contains.

Now, I...
Forum: Linux 02-22-2005
2,786
Posted By mrgubbala
ct-lib on Lynix
Hi Friends !
Where can I get free ct-lib for Lynix ??

My problem is something like this--

Sybase server is running on a Solaris machine.
Now I trying to access the Sybase from a Lynix machine...
14,273
Posted By mrgubbala
Meaning of . ./myscript.ksh
Thanks for your reply.

But I would like to know what does it mean to shell by typing
. ./myscript.ksh

rather than

./myscript.ksh

Can you please explain me.
Thanks,
14,273
Posted By mrgubbala
Changing directory through script
Hi Friends !
I want to change my current directory through a script.
I am running the script say, from /home/proj directory.
The script is like this :

#!/usr/bin/sh
cd module/pack/data

...
6,622
Posted By mrgubbala
Fomatting Solaris Hard Disk.
Hi Friends !
How long does it take to format a hard disk under Solaris ?
Once the format starts, what data will be cleared or deleted first ? i.e whether the OS is cleared or all the data other...
Showing results 1 to 7 of 7

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