Sponsored Content
Full Discussion: Processing multiple files
Top Forums Shell Programming and Scripting Processing multiple files Post 302948172 by captainrhodes on Friday 26th of June 2015 11:40:02 AM
Old 06-26-2015
Many thanks Jim...that worked a treat.

Cheers
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

multiple file processing

I need to process a directory which will have a different amount of files in it from time to time. This is an error directory, I need to process each file indvidually in to one log file, then display the file to the user. So I would like to display the file name as well in the log file. example... (4 Replies)
Discussion started by: jagannatha
4 Replies

2. Shell Programming and Scripting

Processing Multiple Files

Hello Everyone, I am new to scripting and confused with how to do this efficiently. I am trying to use AWK to do this. I have a lot of files in a folder which has the data of my throughput measurements in two columns i.e. Serial # and Throughput. like this 177.994 847.9 178.996 ... (1 Reply)
Discussion started by: hakim
1 Replies

3. UNIX for Dummies Questions & Answers

Multiple excel files processing on unix

Hi all, I am faced with a rather unusual problem regarding interaction between NT and UNIX. I am using an ETL (Extract-Transform-Load) tool on unix that has the capability to read .xls files. So, when I FTP an excel (.xls) file from a windows server to unix and attempt to read it with this... (3 Replies)
Discussion started by: ucode_2482
3 Replies

4. UNIX for Dummies Questions & Answers

Script Problem-Processing multiple scripts

Hi All, I have four scripts to run. My 1st script will make script2 and script3 to run. I am setting a cron job for this script1 to run continuously. This script1 will check for 2 text files and based on the existance of those text files it will initiate the script2 and script3. Now my doubt... (2 Replies)
Discussion started by: RSC1985
2 Replies

5. UNIX for Dummies Questions & Answers

single output of awk script processing multiple files

Helllo UNIX Forum :) Since I am posting on this board, yes, I am new to UNIX! I read a copy of "UNIX made easy" from 1990, which felt like a making a "computer-science time jump" backwards ;) So, basically I have some sort of understanding what the basic concept is. Problem Description:... (6 Replies)
Discussion started by: Kasimir
6 Replies

6. Shell Programming and Scripting

multiple groups of files processing

I have five directories, dir1 to dir5 for each directory, I have all same number-named folders. There are four types of folders, {1..10}, {20..30}, { 40..50}, {60..70} Now for each types of folder, I will do the same thing, here is the code for i in {1..5} do cd dir$i mkdir temp1 for... (5 Replies)
Discussion started by: ksgreen
5 Replies

7. Shell Programming and Scripting

Processing multiple files awk

hai i need my single awk script to act on 4 trace files of ns2 and to calculate througput and it should print result from each trace file in a single trace file. i tried with the following code but it doesnt work awk -f awkscript inputfile1 inputfile2 inputfile3 inputfile4>outputfile ... (4 Replies)
Discussion started by: sarathyy
4 Replies

8. Shell Programming and Scripting

Passing multiple files to awk for processing in bash script

Hi, I'm using awk command in bash script. I'm able to pass multiple files to awk for processing.The code i can use is as below(sample code) #!/bin/bash awk -F "," 'BEGIN { ... ... ... }' file1 file2 file3 In the above code i'm passing the file names manually and it is fine till my... (7 Replies)
Discussion started by: shree11
7 Replies

9. Shell Programming and Scripting

Processing multiple files (environment setting)

Hello I posted on here a while ago about processing multiple files within a script. See original post below: I have a program cfxfrwb which is designed to remove headers from reports files. The cfxfrwb is located in the following directory /u01/efin/v40/live/bin I run the program against... (8 Replies)
Discussion started by: captainrhodes
8 Replies
ISCI(4) 						   BSD Kernel Interfaces Manual 						   ISCI(4)

NAME
isci -- Intel C600 Serial Attached SCSI driver SYNOPSIS
To compile this driver into your kernel, place the following lines in your kernel configuration file: device scbus device isci Or, to load the driver as a module at boot, place the following line in loader.conf(5): isci_load="YES" HARDWARE
The isci driver provides support for Intel C600 SAS controllers. CONFIGURATION
To force legacy interrupts for all isci driver instances, set the following tunable value in loader.conf(5): hw.isci.force_legacy_interrupts=1 DEBUGGING
To enable debugging prints from the isci driver, set the hw.isci.debug_level variable to a value between 1 and 4 in loader.conf(5). The hardware layer in the isci driver has extensive logging capabilities which are disabled by default for performance reasons. These can be enabled by adding options ISCI_LOGGING to the kernel configuration file. SEE ALSO
cd(4), ch(4), da(4), pci(4), sa(4), scsi(4) HISTORY
The isci driver first appeared in FreeBSD 8.3 and 9.1. AUTHORS
The isci driver was developed by Intel and originally written by Jim Harris <jimharris@FreeBSD.org> with contributions from Sohaib Ahsan and input from Scott Long <scottl@FreeBSD.org>. This man page was written by Jim Harris <jimharris@FreeBSD.org>. BSD
January 23, 2012 BSD
All times are GMT -4. The time now is 01:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy