Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Simultaneous file read operation Post 302248916 by chibob on Monday 20th of October 2008 06:02:32 AM
Old 10-20-2008
Can anyone help me on this?
Thax
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Simultaneous printing

I am running AIX 4.3 and network printing setup with HP Jetdirect. I would like to be able to send the same printout to both of the network printers at the same time. They are both PCL data stream. I have tried to make this work by linking the two print que, by the results are unpredictable. Is... (1 Reply)
Discussion started by: sjk303
1 Replies

2. Shell Programming and Scripting

running simultaneous awks

Hello, I have an awk command that searches and replaces. I have multiple searches, but I do not want to do them one after the other. Is there a way in awk to run search/replace at the same time. thanks, (3 Replies)
Discussion started by: ctcuser
3 Replies

3. UNIX for Dummies Questions & Answers

simultaneous network start

Hi! I need to start a program at several hosts in the network at the same time. Starting time difference should be no more than several milliseconds. What is the best way to do that? Thanks! (5 Replies)
Discussion started by: harjar
5 Replies

4. Solaris

monitoring multipath IO for read and write operation

Hi Folks, I would like to monitor multipath IO on solaris for write and read operations. Does "sar -d" include multipath IO information along with other block devices ? Thanks, Faizan. (0 Replies)
Discussion started by: sifaizan
0 Replies

5. Linux

File read/ write operation

Hi, I am creating a progress bar for file upload for which I have CGI script which copies the data and depending on certain bytes it increments the progress bar. Here, I am writing the incremented value to a file which is read by Ajax at server end. However, here I want to ask that, is it... (18 Replies)
Discussion started by: xs2punit
18 Replies

6. Shell Programming and Scripting

Column operation : cosne and sine operation

I have a txt file with several columns and i want to peform an operation on two columns and output it to a new txt file . file.txt 900.00000 1 1 1 500.00000 500.00000 100000.000 4 4 1.45257346E-07 899.10834 ... (4 Replies)
Discussion started by: shashi792
4 Replies

7. Shell Programming and Scripting

run script simultaneous

I have 5 scripts, basicly do the same thing. Use expect and telnet to devices. First set the variables and the script as follow spawn telnet $ipaddr expect "Username:" send -- "$usuario\r" expect "Password:" send -- "$password\r" send -- "\r" send -- "\r" send -- "copy running-config... (6 Replies)
Discussion started by: robonet
6 Replies

8. UNIX for Dummies Questions & Answers

Help with ls to input for simultaneous editing

I just registered today and started unix about a month ago. I'm trying to make a script where I can add commands or text to the end of files in a listing. $ echo "#text_or_command" >> #List of files from ls I can't seem to find/understand it on these fourms. Could it be done at... (4 Replies)
Discussion started by: 62583
4 Replies

9. Homework & Coursework Questions

Limit simultaneous file access

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: So my problem is: 4990 of 5000 users should be able to access a file. How can this be accomplished. 2.... (1 Reply)
Discussion started by: protiss
1 Replies

10. Shell Programming and Scripting

Simultaneous calling of url

Hello I want to call multiple sites simultaneously by xargs or parallel for example a.com/srv/1 a.com/srv/3 a.com/srv/2 a.com/srv/n That means 500 different sites will be called in a moment Then I use command I call a url at the same time. I need to call each url once, but every 500... (1 Reply)
Discussion started by: mnnn
1 Replies
MKSOURCE(1)						      General Commands Manual						       MKSOURCE(1)

NAME
mksource - compute distant sources for RADIANCE image-based lighting SYNOPSIS
mksource [ -d nsamps ][ -t thresh ][ -a maxang ] [ octree ] DESCRIPTION
Mksource produces a RADIANCE scene description of distant illum sources corresponding to bright, concentrated regions in the given ambient environment. Any local geometry is ignored in the input octree, which should be derived from a captured light probe and modeled as a dis- tant hemispherical or spherical glow source. The output sources may then be combined with this environment to produce a more efficient scene for rendering, faster and less prone to sampling artifacts. The -d option may be used to specify the number of ray samples, which defaults to 262,000. Calculation time is roughly proportional to this setting, and the default is fine enough to resolve sources the size of the sun (half a degree) or larger. The -t option may be used to manually set the radiance threshold for sources, in watts/sr/meter^2. The default uses the top 2 percentile of the environment, which is usally a good value. The -a option may be used to specify a maximum source diameter, which defaults to 15 degrees. Mkillum silently enforces a maximum of 180 degrees for this option. If no input octree is specified, the standard input is read. EXAMPLE
To add sources with a maximum size of 20 degrees to the enviornment described in environ.oct: mksource -a 20 environ.oct > srcs.rad oconv -i environ.oct srcs.rad > env+srcs.oct AUTHOR
Greg Ward SEE ALSO
mkillum(1), rpict(1), rvu(1) RADIANCE
04/11/05 MKSOURCE(1)
All times are GMT -4. The time now is 10:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy