Sponsored Content
Top Forums Shell Programming and Scripting Use of expr to calc differenc ein to epoch values Post 303016717 by apmcd47 on Wednesday 2nd of May 2018 04:46:35 PM
Old 05-02-2018
Oops! I wasn't replying to the last post; deleted.

Last edited by apmcd47; 05-02-2018 at 05:49 PM.. Reason: I wasn't replying to the latest post
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Differenc between print and echo

can anyone explain me what is the difference between echo and print in shell programming? (3 Replies)
Discussion started by: chandhar
3 Replies

2. UNIX for Dummies Questions & Answers

Differenc between ps -ef and top

First of all i really thankful to all those people who have created this site. unix.com rocks man!! I am bit confused about the two commands which are 'top' and 'ps -ef'.:confused: My requirement is that i want to monitor the CPU usage of Operating system and if the CPU usage is more than 90%... (2 Replies)
Discussion started by: Amey Joshi
2 Replies

3. Shell Programming and Scripting

test expr VS [ expr ]

What is the difference between test expr VS . For example : if test 5 -eq 6 echo "Wrong" and if echo "Wrong" bot will give the same output as Wrong. Now, what is the difference between these two? though they are producing the same result why we need two? Any answer will be... (2 Replies)
Discussion started by: ashok.g
2 Replies

4. Shell Programming and Scripting

Calc max of a column

In C that was easy with a for and if. Iam trying to learn a litle more in bash. Example Ronaldo:5800 Figo:4000 Rafael:2321 Kaka:1230 I want the max of the $2 and the output will be: The max value is 5800 from Ronaldo. How can i do this in shell? Thanks for all, folks. (11 Replies)
Discussion started by: rafazz
11 Replies

5. Shell Programming and Scripting

date calc

Hi, I need subtract two date values (which are in day of the year format) and the output would give the remaining days. using the command date +"%j" i would get today's 'day of the year' i.e., > date +"%j" 256 Next, i need to take input of a previous date in the format 09/05/2012 and then... (4 Replies)
Discussion started by: sam_bd
4 Replies
DELPHVIA(3)						      MBK PHYSICAL FUNCTIONS						       DELPHVIA(3)

NAME
delphvia - delete a physical via ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mph.h" int delphvia(ptfig, ptvia) phfig_list *ptfig; phvia_list *ptvia; PARAMETERS
ptfig Pointer to the figure in which the via should be deleted ptvia Pointer to the via to be deleted. DESCRIPTION
delphvia delete the via pointed to by ptvia in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. RETURN VALUE
delphvia returns 1 if the via has been deleted, 0 if no such via exists in the list. EXAMPLE
#include "mph.h" char *was_existing(ptfig, ptvia) phfig_list *ptfig; phvia_list *ptvia; { /* if only one exists, it's this one */ return delphvia(ptfig, ptvia) ? "you just killed it!" : "wasn't here anyway"; } SEE ALSO
mbk(1), phfig(3), phvia(3), addphvia(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 DELPHVIA(3)
All times are GMT -4. The time now is 11:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy