Sponsored Content
Full Discussion: Error code with if statement
Top Forums UNIX for Beginners Questions & Answers Error code with if statement Post 303026774 by RudiC on Monday 3rd of December 2018 08:14:39 AM
Old 12-03-2018
Goto post#2.
 

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
Canto(1)							       Canto								  Canto(1)

NAME
Canto - An ncurses RSS reader DESCRIPTION
Canto is an RSS reader built to be flexible and highly customizable on top of python. GETTING STARTED
Canto is the client, separate from the fetcher Canto-fetch. In order to update you must invoke canto-fetch on a regular basis. Usually the way to do that is to add a line into your crontab like this: * * * * * canto-fetch If you're not a fan of cron, then you can add `canto-fetch -b` to your startup scripts to have canto-fetch run as a daemon on its own. After you have your configuration file generated, just run `canto` and it will update for you, if canto-fetch hasn't been run already. COMMAND LINE USAGE
-h/--help Simple help -v/--version Print version -u/--update Update feeds before launching client. -l/--list List all configured feeds -a/--checkall Print number of new items. -n/--checknew [feed] Print number of new items in feed. -o/--opml Print feeds to stdout as OPML file. -i/--import [path] Import feeds from OPML file to your configuration. -r/--url [URL] Add feed at URL to your configuration. -t/--tag [tag] Set tag for feed added with -r -D/--dir [path] Set the configuration directory (default: ~/.canto/) -C/--conf [path] Set the configuration file (default: ~/.canto/conf) -L/--log [path] Set the log file (default: ~/.canto/log) -F/--fdir [path] Set the feed directory (default: ~/.canto/feeds) -S /--sdir [PATH] Set the path to execurl scripts (default ~/.canto/scripts/) INTERNAL USAGE
Within the program you can use the following (default) keys. These can be changed in your configuration file by using the "key" configura- tion option. UP / DOWN or k / j Select previous or next item. (next_item) (prev_item) PGUP / PGDOWN or o / l Goto previous or next tag. (next_tag) (prev_tag) RIGHT / LEFT Set item unread or read (just_unread) (just_read) [ / ] Cycle through defined filters (prev_filter) (next_filter) { / } Cycle through defined tag filters (prev_feed_filter) (next_feed_filter) - / = Cycle through defined tag sorts (prev_tag_sort) (next_tag_sort) < / > Cycle through defined tag sets (prev_tagset) (next_tagset) : Goto a specific tag (order of the config) (goto_tag) ; Goto a specific visible tag (goto_reltag) TAB Switch focus between list and reader (only useful with dedicated reader space) (switch) h Display this man page. (help) Space Read a story (reader) g Use the defined browser to goto the item's URL (goto) C / V Collapse/Uncollapse all tags (set_collapse_all) (unset_collapse_all) c Collapse/Uncollapse current tag (toggle_collapse_tag) f Inline search (inline_search) m Toggle item marked/unmark (toggle_mark) M Unmark all items (all_unmarked) n / p Goto next/previous marked item (next_mark) (prev_mark) , / . Goto next/previous unread item (next_unread) (prev_unread) r / u Mark tag read/unread (tag_read) (tag_unread) R / U Mark all read/unread (all_read) (all_unread) Ctrl+R Refresh feeds (force_update) Ctrl+L Redraw screen (refresh) Restart Canto (restart) q Quit Canto (quit) READER USAGE
Inside the reader, there are a number of different keys. These can be changed with the "reader_key" configuration option. UP / DOWN or k / j Scroll up/down if content off screen (scroll_up) (scroll_down) n / p goto next/previous item without closing reader l Enumerate links (toggle_show_links) g Choose a link to goto (goto) CONFIGURATION
The ~/.canto/conf.py file is where all of the configuration is. You can start by reading http://codezen.org/canto/config . If you're updat- ing from <= 0.6.x then you should read http://codezen.org/canto/config/#upgrading-from-06x . FILES
~/.canto/conf.py Main configuration file. ~/.canto/conf (without the extension) is also checked for compatibility. ~/.canto/log Everyday log file. ~/.canto/fetchlog Canto-fetch log file. ~/.canto/feeds/ This is the directory where the stories are recorded. BUGS
I'm sure there are some. If you run into a bug (a crash or bad behavior), then send please report it. Any of the methods described in http://codezen.org/canto/contact are acceptable. Also, please include your configuration and log files with the report. HOMEPAGE
http://codezen.org/canto AUTHOR
Jack Miller <jack@codezen.org> Version 0.7.10 27 July 2010 Canto(1)
All times are GMT -4. The time now is 04:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy