Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Help regarding saving information within a script! Post 302214888 by joeyg on Tuesday 15th of July 2008 06:13:48 AM
Old 07-15-2008
Hammer & Screwdriver Two ways of writing output

Code:
echo "This is it" > file1

will replace whatever previously was in file1 with
This is it

Code:
echo "plus some more" >> file2

will append to the end of file2
plus some more

Thus, you will want to use the >> format to append data to the end of the file each program execution.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script execution information

I want to catch the execution information of a script by calling it from another script.... script_main: #! /bin/ksh ksh -x script2.ksh >> tmplog .... but this doesn't give me anything but the error msgs of script in tmplog. can anyone pls suggest which is the right method? The... (12 Replies)
Discussion started by: manthasirisha
12 Replies

2. UNIX for Dummies Questions & Answers

backing up file everytime script run and saving other backups

how would i go about creatng a backup of a file everytime a script is run so that the next time it is run the old backup gets pushed back and the most recent backup is 1st. (new)backup.1 (old)backup.2 that kind of idea?? (4 Replies)
Discussion started by: knc9233
4 Replies

3. UNIX for Dummies Questions & Answers

Script information needed

Transferring files from one unix server to another one was easy for me. I used a relative path which worked for me. thanks to porter. My question now is that:- 1)Say for instance i have one unix server with name(ABC). PATH: /home/web/props . I have bunch of different users folders in that... (3 Replies)
Discussion started by: chris1234
3 Replies

4. UNIX for Dummies Questions & Answers

User information script

Hi Guys, I just started learning unix and was wondering if anyone can assist me with my User info script.The script file lets the user input their personal information (Their name, address, phone number etc...). The script will then ask the user to input the info again if the input is incorrect... (2 Replies)
Discussion started by: rc1138
2 Replies

5. UNIX for Dummies Questions & Answers

Editing & Saving using shell script

Hi, OS: Unix, linux, hp-unix (all unix flavours) Iam trying to change some string values, special characters or otherwise in a file. As of now, i go using vi <filename>, open the file and do the edit manually and save it. Is it possible to write a shell script so that i just run the script... (4 Replies)
Discussion started by: kenkanya
4 Replies

6. Shell Programming and Scripting

script to collect all db information

hi all I am looking for shell script ,by which i need to gather all the DB information in Sybase server . Thanks in advance :) (3 Replies)
Discussion started by: mvsramarao
3 Replies

7. Shell Programming and Scripting

Script to compact information !

Hello Group, Could you please help me with a shell script that condense in this case each 12 rows of hour information in only one row per day as following: Final Fields in each row 1.Ticker Name 2. D (Daily) 3. Date 4. Open Price (The open price of the first record of the day) 5. High... (13 Replies)
Discussion started by: csierra
13 Replies

8. UNIX for Dummies Questions & Answers

Saving a temporary output within a script

Good morning everyone, i am looking to know how to save the output of a command and reuse it again within a script i already tired this one but it didn't work TEMPDIR=/dir1/dir2 My_command> $TEMPDIR/$TEMPFILE rm $TEMPDIR/$TEMPFILE* it keeps saying "cannot write to a... (15 Replies)
Discussion started by: Portabello
15 Replies

9. Shell Programming and Scripting

shell script for saving oracle database records in variable

i want to retrieve value in each column of each row in sql plus and save them into array variable and echo the value in array variable (2 Replies)
Discussion started by: ramish
2 Replies

10. Shell Programming and Scripting

awk - saving results of external script to variable.

So, I've been playing with speeding up some analysis we do by using multiple threads of awk (actually, mawk, but code-compatible as far as I use it) on multiple CPU cores. So, I have a big data file and I have several copies of exactly the same processor script, written in mawk. I also have a... (8 Replies)
Discussion started by: treesloth
8 Replies
EPISODER(1)						      General Commands Manual						       EPISODER(1)

NAME
episoder - TV show episode reminder. SYNOPSIS
episoder [options] DESCRIPTION
episoder is a tool to tell you about new episodes of your favourite TV shows Global options -h Show help and quit. -c FILE Use FILE for configuration values (default is ~/.episoder). -b Update episoder's database -B Force-update the database, disregard information on when shows were last updated -v Enable verbose operation -w Enable very verbose (debug) operation -V Show program version and quit -p Show available parsers -l FILE Log to FILE instead of stdout Options for database update -d [YYYY-MM-DD] Remove episodes prior to this date (default: yesterday) -d NUM Remove episodes that aired more than NUM days ago (default: 1) -i Ignore date (don't remove old episodes), overrules -d -f FILE Get data from FILE, ignore configured sources (needs -P) -P PARSER Force PARSER to be used (only in combination with -f) Managing shows -L Display a list of all shows in episoder's database -a URL Add the show located at URL to the database -r ID Remove the show with the number ID from the database -E ID Enable updates for the show with the number ID -D ID Disable updates for the show with the number ID Options for console output -d [YYYY-MM-DD] Only show episodes newer than date (default: yesterday) -d NUM Only show episodes that are less then NUM days old (default: 1) -i Ignore date (overrules -d and -n) -n DAYS Number of future DAYS to show (default: 2). This value is relative to the date set with -d. -s TEXT Search the database for TEXT -C Don't show any colors in the output CONFIG FILE
The configuration file consists of a section with settings for the program and a list of sources to be used to build the database. agent=foo Set the user-agent string to be used by wget (was required when tvtome blocked wget, might not be needed nowadays) data=/path/to/file Specifies the file to be used to store the information about upcoming shows. If, instead of a file, you supply a database url (as expected by sqlalchemy, eg. 'mysql://localhost/episoder'), episoder is going to use that database for storage instead. src=http://some.web.add/ress Each src entry specifies a URL with episode information. Make sure you have the appropriate plugin before adding random new URLs (check with -p). Episoder currently understands the following types of source: src=http://www.epguides.com/CSI/ src=http://www.tv.com/CSI/show/19/ While this in no longer episoder's way of knowing which shows to parse (see ``Managing shows''), for compatibility reasons all shows listed in the config file will automatically be added to episoder's show database (as if specified with -a). format=unquoted format string This allows you to customize episoder's output. Available fields are: %airdate The episode's airdate as YYYY-MM-DD %show Name of the show %season Current season %epnum Episode's number in season %eptitle Title of the episode %totalep Episode's total number %prodnum Production number If undefined, the default value of %airdate %show %seasonx%epnum (eg. "2005-07-29 Monk 4x04") is used. dateformat=unquoted string describing the format Here you can define the date format you'd like to be used for the output. To get a list of all possible fields, see date(1). The default is %a, %b %d, %Y CRON
You might want to have your episode db rebuilt on a regular basis (i.e. daily). The easiest way to achieve this is with a simple cron job: crontab -l > crontab echo "40 5 * * * episoder -b" >> crontab crontab crontab FILES
~/.episoder - default configuration file AUTHOR
This manual page was written by Stefan Ott SEE ALSO
crontab(1). EPISODER(1)
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy