Sponsored Content
Top Forums UNIX for Dummies Questions & Answers shell scripting - gives a message on Fridays and a countdown on other business days. Post 302517465 by citizencro on Tuesday 26th of April 2011 11:11:26 PM
Old 04-27-2011
MySQL Thank you very much!!!

This worked and was very helpful and appreciated... Thanks, citizencro
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

shell script - loop to countdown

I am taking a class in UNIX and have written a script that needs to countdown from a number that is read in from the keyboard to zero. If no number is given the start of the countdown should default to 10. I can't get this to do the default #! /bin/sh echo Enter a number here to countdown... (2 Replies)
Discussion started by: froggwife
2 Replies

2. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

3. Shell Programming and Scripting

Stop! (the countdown!) :-) shell script help

Hi guys, I've found two nifty little scripts on these forums one which detects if the F5 key has been pressed: #/bin/sh _key() { local kp ESC=$'\e' _KEY= read -d '' -sn1 _KEY case $_KEY in "$ESC") while read -d '' -sn1 -t1 kp do _KEY=$_KEY$kp ... (0 Replies)
Discussion started by: rich@ardz
0 Replies

4. Shell Programming and Scripting

Scheduling Cron Jobs on Business Days

Hello, is it possible to schedule cron jobs using business days instead of calendar days? I need to run several jobs on first and third business days of the month. I currently have this cron-tab entry which runs every week day at 5 AM. I need to schedule the same job on the 3rd Business day of the... (8 Replies)
Discussion started by: Pramodini Rode
8 Replies

5. UNIX for Dummies Questions & Answers

How to get fridays date of each week

Hi, I have a requirement, to pass Fridays date to my job. Here im using ESP scheduler to run the job, but ESP can only pass the date on which it is running. It passes saturday date if it runs on sturday. I can schedule my job on friday so that it can pass firday date, but if for some reason... (6 Replies)
Discussion started by: suman473
6 Replies

6. How to Post in the The UNIX and Linux Forums

Get all business days from week including today

I am trying to get last 5 business day . trying for d in Mon Tue Wed Thu Fri do date +%Y%m%d -d "last $d" done gives me date Thu Oct 20 23:56:26 EDT 2016 20161017 20161018 20161019 20161013 20161014 expected output should be 20161017 20161018 20161019 20161020 (1 Reply)
Discussion started by: abhii
1 Replies

7. Shell Programming and Scripting

Get business days including today's date

I am trying to get last 5 business day . trying for d in Mon Tue Wed Thu Fri do date +%Y%m%d -d "last $d" done gives me date Thu Oct 20 23:56:26 EDT 2016 20161017 20161018 20161019 20161013 20161014 expected output should be 20161017 20161018 20161019 20161020 (2 Replies)
Discussion started by: abhii
2 Replies

8. Shell Programming and Scripting

Should pick latest file within past 3 days using UNIX script and perform steps in message below.

Hi , Can anyone help me how do perform below requirement in unix. Step1:we will receive multiple files weekly with same name(as below) in a folder(In folder we will have other files also def.dat,ghf.dat) Filenames: 1) abc_20171204_052389.dat 2)abc_20171204_052428.dat DON'T modify... (23 Replies)
Discussion started by: sunnykamal59
23 Replies
transcalc(1)						      General Commands Manual						      transcalc(1)

NAME
transcalc -- analysis and synthesis tool for microwave and RF transmsision lines SYNOPSIS
transcalc [-h/--help] [-v/--version] DESCRIPTION
transcalc is an analysis and synthesis tool for calculating the electrical and physical properties of different kinds of RF and microwave transmission lines. Transcalc allows you to interactively edit substrate, component, physical and electrical parameters of a given transmission line. For each type of transmission line, using entry boxes, you can enter values for the various parameters, and either calculate its electrical proper- ties (press Analyze button or function key F3), or use the given electrical requirements to sythesize (press Synthesize button or function key F4) physical parameters of the required transmission line. When run for the first time Transcalc creates a .transcalc directory under the user's home directory, where some configuration infor- mation is stored. Transcalc remembers the last transmission line parameters used when the user exits and presents those parameters when restarted. Calculated results are updated and presented within the user interface. Moving the mouse over the parameter labels pops up a more helpful tooltip about that parameter. For example, if you wonder what "Er" stands for, move the mouse over it and a helpful tooltip tells you that it stands for relative permittivity. Transcalc knows and converts between many unit types for length, frequency, resistance and angles. Default units can be saved by using the File->Options menu. Calculated results include conductor and dielectric losses in decibels (dB). OPTIONS
Transcalc has few command line options at this point. -v, --version Causes transcalc to print its version number (a string on the form MAJOR.MINOR, like 0.10) to the standard output, and then exit. AUTHOR
transcalc was written by Gopal Narayanan (gopal@astro.umass.edu) and Claudio Girardi (claudio.girardi@ieee.org). transcalc is available at http://transcalc.sourceforge.net/ (link to URL http://transcalc.sourceforge.net/) . transcalc(1)
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy