Sponsored Content
Full Discussion: The Only Way To Fly !
The Lounge What is on Your Mind? The Only Way To Fly ! Post 302468450 by reborg on Tuesday 2nd of November 2010 06:58:57 PM
Old 11-02-2010
Quote:
Originally Posted by scottn
...this configuration of A321 before. How many are there?!
Just for information, roughly 24 passenger configurations. 8 models and three standard seating configurations.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rename files on the fly

Hi everyone, I am sort of new to shell scripting, I have a bunch of files that begin with 'blah' and I want to rename those files with something different (renamedFile1, renamedFile2, renamedFileN). I don't want to go through each file and rename them with the mv command. Could I just use a for... (4 Replies)
Discussion started by: kcor
4 Replies

2. UNIX for Dummies Questions & Answers

mv and compress on the fly

I want to move and compress a big export file. Like mv file_exp /filesystem/file_exp |compress The file system is too small to compress and move with 2 steps. What is the best command for me. I'm running solaris. :confused: (1 Reply)
Discussion started by: simquest
1 Replies

3. Shell Programming and Scripting

Grep logs on the fly

Hi, We use an application that is dumping logs to a file on disk. However, this is dumping very verbosely and there is no method of turning down the logging level. We need to remove certain contents from these before they are commited to disk. Has anybody got any ideas how I can do this... (3 Replies)
Discussion started by: harperonline
3 Replies

4. Solaris

Disable IPMP on the fly

Wats would be the best way to disable link based IPMP on the fly without loosing network connectivity ? (6 Replies)
Discussion started by: fugitive
6 Replies

5. Shell Programming and Scripting

Read Files on the Fly

Hi, I am creating files in a folder on the fly with arbritrary names but same extension (say, ".img"). How can I read each filename from the folder through a script. regards Angshuman (2 Replies)
Discussion started by: angshuman_ag
2 Replies

6. UNIX for Dummies Questions & Answers

awk - change variable on fly

Hello All, I have csv file, where one of fields is date (yyyy/mm/dd 00:00:00). Using awk I am trying to find all records with date newer/older than specific date. My idea was to compare unix timestamps of both dates: start=`date +%s -d "$DateStart"` awk -v start="$start" -v current=`date +%s... (34 Replies)
Discussion started by: haczyk
34 Replies

7. HP-UX

Compress dbexport on the fly

Hi, I have an old HPUX 10.20 server running Informix 7.23 I need to dump the database to get it off that hardware before it dies. Unfortunately there is insufficient local diskspace to do so. I have set up a linux box with sufficient disk onto which I can export the database. Having... (1 Reply)
Discussion started by: fella
1 Replies

8. AIX

Upgrading rootvg disks on the fly.

I'm looking for a way to upgrade disks containing my rootvg volume group on the fly without a reboot. Currently, rootvg contains 2x74gb drives in RAID 10. What I want to do is swap them out one-by-one with 146gb drives then expand the volume group. I've done this with a test system before, and... (12 Replies)
Discussion started by: acascianelli
12 Replies

9. OS X (Apple)

Creating An Executable On The Fly...

Hi all... Had an idea tonight which could really enhance shell scripting for me. Yes I am aware there could be difficulties but...... Creating a C script inside the shell script to do a task, (a simple text print to stdout in this example), compiling it on the fly, making sure it is... (4 Replies)
Discussion started by: wisecracker
4 Replies

10. Shell Programming and Scripting

Execute script on the fly

Hi all, I am calling a zsh script from batch file . This zsh just removes the trigger file in a particular directory.File name is passed as a parameter from the batch file Problem is this batch is called in multiple other batch files and sometimes system says file cant be used as it is used... (4 Replies)
Discussion started by: Hypesslearner
4 Replies
D:(1)								   User Commands							     D:(1)

NAME
D: - find defects in conditinal C code SYNOPSIS
undertaker [OPTIONS] <file..> DESCRIPTION
I: undertaker v1.1+179-2bb9f3f-dirty `undertaker' analyzes conditional C code with #ifdefs. OPTIONS
-V print version information -v increase the log level (more verbose) -q decrease the log level (less verbose) -m specify the model(s) (directory or file) -M specify the main model -w specify a whitelist -b specify a worklist (batch mode) -t specify count of parallel processes -I add an include path for #include directives -j specify the jobs which should be done dead dead/undead file analysis (default) coverage coverage file analysis cpppc CPP Preconditions for whole file blockpc: Block precondition (format: <file>:<line> <column>) symbolpc Symbol precondition (format <symbol>) checkexpr Find a configuration that satisfies expression interesting Find related items (negated items are not in the model) Coverage Options: -O: specify the output mode of generated configurations kconfig generated partial kconfig configuration (default) stdout print on stdout the found configurations cpp print on stdout cpp -D command line arguments exec:cmd pipe file for every configuration to cmd model print all options which are in the configuration space all dump every assigned symbol (both items and code blocks) -C: specify coverage algorithm simple - relative simple and fast algorithm (default) min - slow but generates less configuration sets Specifying Files: You can specify one or many files (the format is according to the job (-j) which should be done. If you specify - as file, under- taker will load models and whitelist and read files from stdin (interactive). please specify a file to scan or a worklist `undertaker' analyzes conditional C code with #ifdefs. Usage: undertaker [OPTIONS] <file..> -V print version information -v increase the log level (more verbose) -q decrease the log level (less verbose) -m specify the model(s) (directory or file) -M specify the main model -w specify a whitelist -b specify a worklist (batch mode) -t specify count of parallel processes -I add an include path for #include directives -j specify the jobs which should be done dead dead/undead file analysis (default) coverage coverage file analysis cpppc CPP Preconditions for whole file blockpc: Block precondition (format: <file>:<line> <column>) symbolpc Symbol precondition (format <symbol>) checkexpr Find a configuration that satisfies expression interesting Find related items (negated items are not in the model) Coverage Options: -O: specify the output mode of generated configurations kconfig generated partial kconfig configuration (default) stdout print on stdout the found configurations cpp print on stdout cpp -D command line arguments exec:cmd pipe file for every configuration to cmd model print all options which are in the configuration space all dump every assigned symbol (both items and code blocks) -C: specify coverage algorithm simple - relative simple and fast algorithm (default) min - slow but generates less configuration sets Specifying Files: You can specify one or many files (the format is according to the job (-j) which should be done. If you specify - as file, under- taker will load models and whitelist and read files from stdin (interactive). AUTHOR
Written by the VAMOS team <URL:http://vamos.informatik.uni-erlangen.de> REPORTING BUGS
Report bugs to <vamos-dev@i4.informatik.uni-erlangen.de>. SEE ALSO
undertaker(1) undertaker-kconfigdump(1), undertaker-linux-tree(1). D
: undertaker v1.1+179-2bb9f3f-dirty December 2011 D:(1)
All times are GMT -4. The time now is 03:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy