Sponsored Content
Full Discussion: Error code with if statement
Top Forums UNIX for Beginners Questions & Answers Error code with if statement Post 303026727 by RudiC on Sunday 2nd of December 2018 07:22:40 AM
Old 12-02-2018
Do you see it's the same error? Then, how did you get rid of the first one? Then, apply this again to every line in the script. I'm not familiar with neither cygwin nor vi, so I can't give you the respective commands, but I'm sure there are settings / commands in vi to make control characters visible.
In post#7, you had a means to display those, and in post#8, bakunin detailedly showed you how to proceed.
 

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
vdr-fbfe(1)				     Remote Framebuffer frontend for vdr-plugin-xineliboutput				       vdr-fbfe(1)

NAME
vdr-fbfe - Remote Framebuffer frontend for vdr-plugin-xineliboutput SYNOPSIS
vdr-fbfe [options] [xvdr[+udp|+tcp|+rtp]:[//host[:port]]] DESCRIPTION
vdr-fbfe is a Framebuffer remote frontend, that plays back streams provided by vdr-plugin-xineliboutput. OPTIONS
--help Show (this) help message --audio=audiodriver[:device] Select audio driver and optional port --video=videodriver[:fb_device] Select video driver and optional port As far as supported, possible video drivers might be: fb, DirectFB, sdl, vidixfb, dxr3, aadxr3 or none --aspect=[auto|4:3|16:9|16:10|default] Display aspect ratio (You can us a script to control the HW aspect ratio: --aspect=auto:path_to_script) --fullscreen Fullscreen mode --hud Head Up Display OSD mode --width=x Video window width --height=x Video window height --noscaling Disable all video scaling --post=name[:arg=val[,arg=val]] Load and use xine post plugins, e.g.: o --post=upmix o --post=upmix;tvtime:enabled=1,cheap_mode=1) --lirc[=devicename] Use lirc input device Optional lirc socket name can be given --verbose Verbose debug output --silent Silent mode (report only errors) --syslog Write all output to system log --nokbd Disable keyboard input --daemon Run as daemon (disable keyboard, log to syslog and fork to background) --slave Enable slave mode (read commands from stdin) --reconnect Automatically reconnect when connection has been lost --tcp, --udp, --rtp Use TCP, UDP or RTP transport If no transport options are given, transports are tried in following order: local pipe, rtp, udp, tcp EXAMPLES
Search for VDR (xineliboutput) server, connect to it and negotiate best available transport, use best available audio and video driver: vdr-fbfe Connect to 192.168.1.3 default port and negoate best available transport: vdr-fbfe xvdr://192.168.1.3 Connect to 192.168.2.100, port 12550 and use TCP transport: vdr-fbfe xvdr+tcp://192.168.2.100:12550 Automatically search for VDR server and use UDP transport: vdr-fbfe xvdr+udp: vdr-fbfe --udp Use alsa: vdr-fbfe --audio alsa Use alsa (and specific card/sub-device): vdr-fbfe --audio alsa:plughw:1,1 Framebuffer driver and device settings: vdf-fbfe --video DirectFB vdf-fbfe --video fb:/dev/fb/1 vdf-fbfe --video vidixfb vdf-fbfe --video aadxr3 NOTE
If deinterlacing post plugin options are not given at command line, deinterlacing is controlled by VDR plugin configuration menu settings. De-interlacing can also be forced on or off with command-line option "--post tvtime". Examples: vdr-fbfe --post tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 vdr-fbfe --post tvtime:enable=0 AUTHOR
This manual page was written by Tobias Grimm <etobi@debian.org> 10 June 2012 vdr-fbfe(1)
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy