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
DELLOCON(3)						       MBK LOGICAL FUNCTIONS						       DELLOCON(3)

NAME
dellocon - delete a logical connector 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 "mlo.h" int dellocon(ptfig, name) lofig_list *ptfig; char *name; PARAMETERS
ptfig Pointer to the figure in which the connector should be deleted name Name of the connector to be deleted. DESCRIPTION
dellocon deletes the connector called name in the figure pointed to by ptfig. The list consistency is maintained, and the space freed. RETURN VALUE
dellocon returns 1 if the connector has been deleted, 0 if no such connector exists in the list. EXAMPLE
#include "mlo.h" char *was_existing(p, s) lofig_list *p; char *s; { return dellocon(p, s) ? "you just killed it!0 : "wasn't here anyway0; } SEE ALSO
mbk(1), lofig(3), locon(3), addlocon(3), getlocon(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 DELLOCON(3)
All times are GMT -4. The time now is 01:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy