Search Results

Search: Posts Made By: Jayathirtha
5,409
Posted By Jayathirtha
Sort Command
Hello,

We are sorting a huge file (tab delimited) using the "sort" command.
The command is as given below,

sort -o/home/jay/sortres -t\"\t\" +10.0 -11.0 +0.0 -1.0r /home/jay/testsort
...
6,903
Posted By Jayathirtha
I couldn't find the "lslpp" command. I work...
I couldn't find the "lslpp" command.

I work on Sun Solaris
6,903
Posted By Jayathirtha
Knowing installed software versions
Hello,

Is there any command or something to know the versions of the softwares installed ?

Similar to the registry in Windows, is there anything in Unix ...?

We are shifting our server to...
14,436
Posted By Jayathirtha
ksh: How to get latest file from a list of files in a directory
Hi,

I need to get the latest file from a list of files in a particular directory.

Please could anyone help me out to get the file.

Thank you,
- Jay.
Forum: Programming 02-22-2003
3,024
Posted By Jayathirtha
Thanks Perderabo, It works. Thanks a...
Thanks Perderabo,

It works.

Thanks a lot.
Forum: Programming 02-21-2003
3,024
Posted By Jayathirtha
Initialization of very large array
Here is the structure :

struct pvcrates_ {
double speed,
fr_oneway[MAXREGION + ATMREGION],
fr_twoway[MAXREGION + ATMREGION],
atma_oneway[MAXREGION + ATMREGION],
atma_twoway[MAXREGION +...
Forum: Programming 02-21-2003
3,024
Posted By Jayathirtha
Initializations for very large arrays.
Hello,

I am facing problems initializing very large arrays of linked list types. The problem is it takes too much of time. The array iterations are around few millions.

The array elements are...
Forum: Filesystems, Disks and Memory 04-14-2002
80,214
Posted By Jayathirtha
Removing ".nfs" files
Hello,

I have a critical client-server application. I try to import a file from the local machine on to the server and open it (on the server). I can open it, but after this, when i try to open...
7,180
Posted By Jayathirtha
Deleting files from applets
I am using a perl script which deletes the files in a temp area, when run from the command prompt, but fails when called from the applet through URL.
The permissions for the files and directory is...
Forum: Programming 09-01-2001
2,573
Posted By Jayathirtha
Pointers to Arrays
Below is the program i tried to execute......

main()
{
static int a[ ] = {0,1,2,3,4};
static int *p[ ] = {a, a+1, a+2, a+3, a+4};

printf (“\n %u %u %d”, p, *p, *(*p) );
}

This...
11,337
Posted By Jayathirtha
hi justchillin, if you do a "ls -l" at your...
hi justchillin,

if you do a "ls -l" at your promt, you will get to see something like this...

"drw-r--r-x" or "-rw-r--r-x".

Here after 'd' next 3 characters represent the root. In the...
6,226
Posted By Jayathirtha
Brian, Just type chmod 777...
Brian,

Just type
chmod 777 <filename>
at the command prompt. This will do.

Hope this solves your problem buddy...

Jay.
12,106
Posted By Jayathirtha
Jennifer, Just verify whether you have read...
Jennifer,

Just verify whether you have read permission to .cshrc file.

Jay.
9,041
Posted By Jayathirtha
Unix "sed" command
Hello ,

I just wanted to know how to apend to a text in a file using "sed" command.

suppose i have a text "Jaya" in the file "name". I wanted to append "thirtha" to it ,so that it displays...
Showing results 1 to 14 of 14

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