Sponsored Content
Full Discussion: $$<file name>
Top Forums UNIX for Dummies Questions & Answers $$<file name> Post 302106213 by jam_prasanna on Wednesday 7th of February 2007 07:03:53 AM
Old 02-07-2007
$$<file name>

Hello All,

What is $$<file name> means in shell scripting?

rgds,
jam
 

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

2. Shell Programming and Scripting

Compare 2 text file with 1 column in each file and write mismatch data to 3rd file

Hi, I need to compare 2 text files with around 60000 rows and 1 column. I need to compare these and write the mismatch data to 3rd file. File1 - file2 = file3 wc -l file1.txt 58112 wc -l file2.txt 55260 head -5 file1.txt 101214200123 101214700300 101250030067 101214100500... (10 Replies)
Discussion started by: Divya Nochiyil
10 Replies

3. Shell Programming and Scripting

Shell script (sh file) logic to compare contents of one file with another file and output to file

Shell script logic Hi I have 2 input files like with file 1 content as (file1) "BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt File 2 contents as fle(2) "BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt I want to get... (22 Replies)
Discussion started by: pottic
22 Replies
ftjam(1)						      General Commands Manual							  ftjam(1)

NAME
Jam/MR -- Make(1) Redux SYNOPSIS
ftjam [-a] [-g] [-n] [-q] [-v] [-d debug] [-f jambase] [-j jobs] [-o actionsfile] [-s var=value] [-t target] [target ...] DESCRIPTION
Jam is a program construction tool, like make(1). Jam recursively builds target files from source files, using dependency information and updating actions expressed in the Jambase file, which is written in jam's own interpreted language. The default Jambase is compiled into jam and provides a boilerplate for common use, relying on a user-provide file "Jamfile" to enumerate actual targets and sources. OPTIONS
-a Build all targets anyway, even if they are up-to-date. -d n Enable cummulative debugging levels from 1 to n. Interesting values are: 1 Show actions (the default) 2 Show "quiet" actions and display all action text 3 Show dependency analysis, and target/source timestamps/paths 4 Show shell arguments 5 Show rule invocations and variable expansions 6 Show directory/header file/archive scans 7 Show variable settings 8 Show variable fetches 9 Show variable manipulation, scanner tokens -d +n Enable debugging level n. -d 0 Turn off all debugging levels. Only errors are not suppressed. -f jambase Read jambase instead of using the built-in Jambase. Only one -f flag is permitted, but the jambase may explicitly include other files. -g Build targets with the newest sources first, rather than in the order of appearance in the Jambase/Jamfiles. -j n Run up to n shell commands concurrently (UNIX and NT only). The default is 1. -n Don't actually execute the updating actions, but do everything else. This changes the debug level default to -d2. -o file Write the updating actions to the specified file instead of running them (or outputting them, as on the Mac). -q Quit quickly (as if an interrupt was received) as soon as any target build fails. -s var=value Set the variable var to value, overriding both internal variables and variables imported from the environment. -t target Rebuild target and everything that depends on it, even if it is up-to-date. -v Print the version of ftjam and exit. SEE ALSO
ftjam is documented fully in HTML pages available on Debian systems from /usr/share/doc/ftjam/Jam.html. AUTHOR
This manual page was created by Yann Dirson dirson@debian.org from the Jam.html documentation, for the Debian GNU/Linux system (but may be used by others). ftjam(1)
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy