Search Results

Search: Posts Made By: siva_jm
9,296
Posted By siva_jm
Thanks a lot Bpb. Looks like the wc -L (-L)...
Thanks a lot Bpb.

Looks like the wc -L (-L) option is not there in this version.

just wondering how should i do.

thank you
siva
9,296
Posted By siva_jm
Thank you Bob. Yes, it looks like there are...
Thank you Bob.

Yes, it looks like there are some files, it returned a whole bunch of results.

Is there any way i can still search by ignoring these.

i ma new to unix.

thank you
siva
9,296
Posted By siva_jm
search all files and sub directory
I wanted to search in all the sub directories under /vob/project (recurse) in everything inside /vob/project.

search.run

for x in `cat search.strings`
do
find /vob/project -type f -print |...
3,033
Posted By siva_jm
i am new to unix, will this command be okay. ...
i am new to unix, will this command be okay.

find /data . -name 'filename*' -mtime -1
3,033
Posted By siva_jm
reading files for specific dates
assume files are in a directory

/data

$ ls -ltr
Just displaying Data and file name:
01/01/2004 file_3434_typea.dat
01/01/2004 file_3423_typea.dat
01/01/2004 file_3436_typea.dat ...
4,085
Posted By siva_jm
tutorials
i just got used to some basic unix commands etc

i wanted to learn shell programming

i bought the book but it looks like full of command reference and doesn't teach how to do shell scripting
...
1,433
Posted By siva_jm
command help
|ip09_ftp.sh|{aimsdat}/IP09DF01_address.txt address|0|1|


what does the "|" symbol for , and what will happen if this script is run this way? are these parame..

i am new to unix..thank you
4,417
Posted By siva_jm
Vanilla Mode Development
what does this mean ?

is it a whole different kind of unix syntax.
6,359
Posted By siva_jm
thanks a lot , that helped me. looking at...
thanks a lot , that helped me.

looking at threads now :)
Forum: AIX 09-09-2003
3,753
Posted By siva_jm
find no of threads
How do i find out how many threads will the server support at any given point of time simultaneously ?

In other words, how can i find out how many threads i can span in programming at given point...
6,359
Posted By siva_jm
thank you, thats what i need to know. ...
thank you, thats what i need to know.

writing and reading form files to communicate between each other right..

just one more thing, there are around 100 tables, so i am assuming creating that...
6,359
Posted By siva_jm
thank you, that helped. by thread i meant a...
thank you, that helped.

by thread i meant a java thread, i beleive it creates a seperate process in the background for each thread., not sure.

what i want is

sample.sh

Start
|
|...
6,359
Posted By siva_jm
threads - concurrent processing
i have a program which uses a java thread that concurrently copies table data with many DB connections (one for each thread)

new to unix, wanted to know if its possible to do a similar thing in a...
Showing results 1 to 13 of 13

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