Sponsored Content
Top Forums Shell Programming and Scripting what does <<! mean on the end of a command Post 67304 by dangral on Tuesday 22nd of March 2005 11:18:32 AM
Old 03-22-2005
You are correct. It's called a here document, which does special I/O redirection to the interactive program, in this case sqlplus. Read more about it http://www.faqs.org/docs/abs/HTML/here-docs.html
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

End of file using more command

How do I get to the end of a file using the more command i.e. more filename (I want to stay in the file, but don't want to have to do Shift + G to get to the end, as I want the command set up as a short cut. I want to more the end of the file rather than the start but stay within the file) (3 Replies)
Discussion started by: Enda Martin
3 Replies

2. UNIX for Dummies Questions & Answers

add data from command line to end of file

how can I add data from command line to end of file? (3 Replies)
Discussion started by: bryan
3 Replies

3. Shell Programming and Scripting

Command to add 1000 spaces to end of line

hi, could anyone tell me the command to append spaces at the end of the line. for example, i need 1000 spaces after the word "helloworld" echo "helloworld " i need to achieve this in someother way hardcoding 1000 spaces is not practical. as i am totally new... (3 Replies)
Discussion started by: kavithacs
3 Replies

4. AIX

CUT command - cutting characters from end of string

Hello, I need to delete the final few characters from a parameter leaving just the first few. However, the characters which need to remain will not always be a string of the same length. For instance, the parameter will be passed as BN_HSBC_NTRS/hub_mth_ifce.sf. I only need the bit before the... (2 Replies)
Discussion started by: JWilliams
2 Replies

5. Programming

unexpected 'end of file' + sed command

hello, i use this command in my code: (void) sprintf ( LBuf, "/bin/sed 's/\\//g' %s > %s", tmp1,tmp2); but i get this error : sh: syntax error at line 1:'end of file' unexpected any help please thank you (1 Reply)
Discussion started by: kamel.seg
1 Replies

6. Shell Programming and Scripting

Using sed command to change end of line

I am looking to change a data file into a javascript string and this is the code that I am using: sed -i '' -e 's/^/str += "/' -e 's/$/";/' file.xml The first part -e 's/^/str += "/' works as intended, but the second part -e 's/$/";/' adds an additional newline to my file, so that instead of... (3 Replies)
Discussion started by: figaro
3 Replies

7. UNIX for Dummies Questions & Answers

Replace backslash at the end of the string using sed command

I have text file which is a tab delimited one. Sample data from the file is shown below: unix is\ great\ os linux\ is superb I want to replace that backslash with empty string preserving the tab delimiter. Output should be unix is great os linux is ... (3 Replies)
Discussion started by: p.akhilreddy4u
3 Replies

8. Shell Programming and Scripting

Unable to set end of line in mail command

Hi , Am trying to send mail using the mail command, but the mail command is working but its not sending automatically after pressing .(dot) in the command prompt it sends . How to achieve that. Also it showing the below line after pressing the dot . /home/abc1/dead.letter... Saved message in... (5 Replies)
Discussion started by: rogerben
5 Replies

9. Shell Programming and Scripting

Getting the Start, End time and duration using date command

Oracle Enterprise Linux We want to track how long a process takes to complete its execution. This is what we want in the schell script Before the process is started , get the time with date, hours and minutes execute the process After the process has ended , get the time with date,... (5 Replies)
Discussion started by: omega3
5 Replies

10. Shell Programming and Scripting

sed command to append word at end of line

hello Team, I am looking for sed command or script which will append word at end of line. for example. I want to validate particular filesystem with mount |<filesystem name> command. if nodev parameter is not there then it should add in the fstab file with receptive to the filesystem. # mount... (8 Replies)
Discussion started by: ghpradeep
8 Replies
coax(1) 						      General Commands Manual							   coax(1)

NAME
coax - determine impedance of a coaxial structure, where the inner may be offset from the centre if necessary. SYNOPSIS
coax [-O offset] d D Er DESCRIPTION
coax computes the impedance of a coaxial cable, given the outside diameter of the inner conductor d, the internal diameter of the outer conductor D and the relative permittivity of the dielectric Er. If there is an offset between the inner and outer (i.e. the coax is eccen- tric), the offset can be given as a option. coax uses the equation Zo=59.95849160 ln(x+sqrt(x^2-1)) /sqrt(Er) Ohms where x=(d^2+D^2-4 O^2)/(2*D*d) FILES
coax does not read/write any files. SEE ALSO
atlc(1) create_bmp_for_circ_in_circ(1) create_bmp_for_circ_in_rect(1) create_bmp_for_microstrip_coupler(1) create_bmp_for_rect_cen_in_rect(1) create_bmp_for_rect_cen_in_rect_coupler(1) create_bmp_for_rect_in_circ(1) create_bmp_for_rect_in_rect(1) create_bmp_for_stripline_coupler(1) create_bmp_for_symmetrical_stripline(1) design_coupler(1) dualcoax(1) find_optimal_dimensions_for_microstrip_coupler(1) readbin(1) http://atlc.sourceforge.net - Home page http://sourceforge.net/projects/atlc - Download area /usr/local/share/atlc/docs/html-docs/index.html - HTML docs /usr/local/share/atlc/docs/qex-december-1996/atlc.pdf - theory paper /usr/local/share/atlc/examples - examples Dr. David Kirkby atlc-4.6.0 28th Oct 2003 coax(1)
All times are GMT -4. The time now is 10:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy