Sponsored Content
Full Discussion: Error code with if statement
Top Forums UNIX for Beginners Questions & Answers Error code with if statement Post 303026785 by Corona688 on Monday 3rd of December 2018 10:33:53 AM
Old 12-03-2018
Quote:
Originally Posted by Ibrahims1
just a small comment , i tried using vi editor now and it works , i dont know why then it does not work when i use visual studio, any advises?
Windows text editors and UNIX text editors disagree on what a line is.

In windows, a line is a bunch of characters followed by two nonprinting characters, \r \n.
In UNIX, a line is a bunch of characters followed by one nonprinting character, \n.

All these \r's are basically garbage which Windows insists on adding to the end of every line.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Code checking for all values in the same if statement.

I am trying to set up a variable based on the name of the file. function script_name { if then job_name='MONITOR' return job_name; elsif then job_name='VERSION' return job_name fi } for i in `ls *log` do script_name $i done. (4 Replies)
Discussion started by: oracle8
4 Replies

2. Shell Programming and Scripting

Error with if statement..Please help

:b:hi, I have a script as given below: pr_det="1" if then awk ' BEGIN {printf("%23s","session")}' >> report.txt awk ' BEGIN {printf "\n"} ' >> report.txt else awk ' BEGIN {printf("%55s","file_dsc")} ' >> report.txt awk ' BEGIN {printf("%101s","no_recs")} '... (1 Reply)
Discussion started by: jisha
1 Replies

3. Shell Programming and Scripting

Snytax error on If Statement--help

year=`date '+%Y'` month=`date '+%m'` day=`date '+%d'` day=`expr $day - 1` case $month in 1 | 3 | 5 | 7 | 8 | 10 | 12);; if($day =7 ); then $day=6 fi 4 | 6 | 9 | 11);; if ; then $day=31 fi 2);; if ; then if ; then (2 Replies)
Discussion started by: dannyd_y
2 Replies

4. Linux

error in if statement

Hi , I am getting an error when I run the script for checking word "view" in a file . I am using if statement. like this if then VW_VAR=` cat $TN.${ecmdate}.sql1 | grep -i view | awk '{print $3}' | cut -d '.' -f2 ` echo " VW_$VW_VAR " sed -e... (16 Replies)
Discussion started by: capri_drm
16 Replies

5. Shell Programming and Scripting

Error in IF statement

HI i am getting error while executing the given statement for filename in `cat a/file.lst` do if then echo "Exit Code Description :File $filename - is missing in Input Directory" >a.log exit else count1=`awk 'END {print NR}' $filename` echo "$count1">>a.log count2=`awk 'END {print... (4 Replies)
Discussion started by: ravi214u
4 Replies

6. UNIX for Dummies Questions & Answers

error in if statement

Hi, This is my script to catch any oracle errors. In this, the $sqlerr returns ORA-01017: invalid username/password; logon denied when i specify wrong username/password the if condition is failing. how can i resolve the issue. the if statement gives error sqloutput=`sqlplus -s -L... (1 Reply)
Discussion started by: Swapna173
1 Replies

7. UNIX for Dummies Questions & Answers

if statement code syntax

Hi, can someone please tell me what is wrong with this code? I just want it to check if the file size is greater than 2000kb. if Thanks! ---------- Post updated at 09:23 PM ---------- Previous update was at 09:21 PM ---------- I should probably post the full code: #!/bin/sh... (9 Replies)
Discussion started by: Bengel
9 Replies

8. UNIX for Dummies Questions & Answers

How to use a return code in an if statement?

Hi all, After so many tries and searching online for ideas, I had trouble accomplishing this. Is it possible to do something like this in KSH to run an if statement on a return code? Unfortunately the code below fails... Would anyone know how to fix the below attempt? if "$`{pkginfo... (3 Replies)
Discussion started by: chatguy
3 Replies

9. Shell Programming and Scripting

Error in if statement

I am working on script for stale nfs. the file consists of cat data01stale.log - - - - /abcd/backup - - - - /abcd/data Script (16 Replies)
Discussion started by: nareshkumar522
16 Replies

10. UNIX for Dummies Questions & Answers

Does this statement of code mean.....

Good morning, I am 100% mew to Unix and am trying to troubleshoot why a pgm written 3 years ago, suddenly is not working properly. It is part Perl with some UNIX commands thrown in. I need to verify what the UNIX commands are doing before I can continue with my other troubleshooting. print... (7 Replies)
Discussion started by: jaacmmason
7 Replies
col(1)							      General Commands Manual							    col(1)

NAME
col - Filters text containing linefeeds SYNOPSIS
col [-bfhpx] [-l number] The col command reads from standard input and writes to standard output. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: col: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Assumes that the output device in use is not capable of backspacing. In this case, if two or more characters are to be displayed in the same position, only the last one that is read is displayed in the output. This function is useful for converting nroff output to produce readable results on terminals or printers that do not support underlining or overstriking characters. Suppresses the default treatment of half-line motions in the input. Normally, col does not emit half-line motions on output, although it does accept them in its input. With this option, output may contain forward half-linefeeds (<ESC-9>), but not reverse linefeeds (<ESC-7> or <ESC-8>). [Tru64 UNIX] Compresses spaces into tabs. This is the default. [Tru64 UNIX] Buffers at least number lines in memory. By default, 128 lines are buffered. Dis- plays unknown escape sequences as characters, subject to overprinting from reverse line motions. Normally, col ignores them. You should be fully aware of the textual position of escape sequences before you use this option. Outputs multiple spaces instead of tabs. OPERANDS
None DESCRIPTION
The col command performs the line overlays implied by reverse linefeeds (ASCII <ESC-7>), and by forward and reverse half-linefeeds (ASCII <ESC-9> and ASCII <ESC-8>). It also replaces white-space characters with tabs where possible. [Tru64 UNIX] The col command is particularly useful for filtering multicolumn output made by the nroff and tbl commands. The col command assumes that the ASCII control characters SO (17) and SI (16) begin and end text in an alternate character set. The col command remembers the character set each input character belongs to, and on output generates SI and SO characters as appropriate to ensure that each character is printed in the correct character set. On input, the col command accepts only the control characters for the <Space>, <Backspace>, <Tab>, and <Return> keys; the newline charac- ter; the SI, SO, and VT control characters; and <ESC-7>, <ESC-8>, or <ESC-9>. The VT control character (13) is an alternate form of full reverse linefeed included for compatibility with some earlier programs of this type. The col command discards all other nonprinting char- acters. [Tru64 UNIX] If the input attempts to back up to the last flushed line, col displays a warning message. NOTES
Depending on the printer, using the -x option may increase printing time. Local vertical motion that causes a backwards move over the first line of input is ignored. The first line of input may not have any superscripts. This command is marked LEGACY in XCU Issue 5. EXIT STATUS
The following exit values are returned: Successful completion. An error occurred. ENVIRONMENT VARIABLES
The following environment variables affect the execution of col: Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization vari- ables contain an invalid setting, the utility behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other internationalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as opposed to multibyte characters in arguments). Determines the locale for the for- mat and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MESSAGES. SEE ALSO
Commands: deroff(1), neqn(1), nroff(1), tbl(1) Standards: standards(5) col(1)
All times are GMT -4. The time now is 04:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy