Sponsored Content
Full Discussion: POSIX compliance...
Operating Systems OS X (Apple) POSIX compliance... Post 302976839 by Scrutinizer on Thursday 7th of July 2016 02:50:01 AM
Old 07-07-2016
Hi Barry, you are welcome of course.

One addition:
The awk command substitutions could be replaced by printf statements and integrated in the next printf statement, for example the first one could be:
Code:
printf "\033[%u;%.${width}s\033[24;1f" "$(( 24 - vert ))" "$horiz" "$stars"

The dot "." in the %s format specifier marks the precision of the string.

--
With regards to the sleep command:

The POSIX specification says:
Quote:
OPERANDS

The following operand shall be supported:

time
A non-negative decimal integer specifying the number of seconds for which to suspend execution.
sleep: Operands

And the OSX man sleep(1)
Quote:
IMPLEMENTATION NOTES
[..]
The sleep command will accept and honor a non-integer number of specified seconds
(with a `.' character as a decimal point). This is a non-portable extension, and its
use will nearly guarantee that a shell script will not execute properly on another
system.
https://www.unix.com/man-page/osx/1/sleep/

and GNU coreutils sleep:
Quote:
SYNOPSIS
sleep NUMBER[SUFFIX]...
sleep OPTION

DESCRIPTION
Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default), 'm' for minutes,
'h' for hours or 'd' for days. Unlike most implementations that require NUMBER be an
integer, here NUMBER may be an arbitrary floating point number. Given two or more argu-
ments, pause for the amount of time specified by the sum of their values.
https://www.unix.com/man-page/centos/1/sleep/

Last edited by Scrutinizer; 07-07-2016 at 04:07 AM..
This User Gave Thanks to Scrutinizer For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sudo & Sox compliance

Hello, I am trying to convince my boss to stop allowing our users to login as root (superuser). Currently our users login to our unix server with their own account, then as needed, they will do an su and put in the root password. This scares me, for a bunch of reasons. Mainly, one is that we... (1 Reply)
Discussion started by: rwallaceisg
1 Replies

2. UNIX for Dummies Questions & Answers

man synopsis standard compliance

In different online sources, I found bits and pieces of information about those square and angular brackets and pipes. From what I have read, I can conclude it looks like this: 1. Options outside any brackets are mandatory 2. Options inside these < .. > are mandatory too 3. Options inside ... (4 Replies)
Discussion started by: vkleban
4 Replies

3. Cybersecurity

PCI DSS Compliance : Insecure Communication Has Been Detected

From the nessus scanner tool report i got below vulnerability PCI DSS Compliance : Insecure Communication Has Been Detected http://www.tenable.com/plugins/index.php?view=single&id=56208 As per the description given in above link - I am not able to understand How to find insecure port... (2 Replies)
Discussion started by: saurabh84g
2 Replies

4. Red Hat

Looking for PCI Compliance tool for Redhat Lix.

Hi i am in new to Linux world . I have been assigned to a project to find out a tool that will fulfill the PCI compliance for Linux servers for Audit process. anyone have any recommendation on that. Do Rad hat have any native application or plug-ins which we can use for that. (1 Reply)
Discussion started by: sahasuman
1 Replies

5. HP-UX

Password compliance setting

I need to set password compliance for some servers in my company. However, the requirements are that we need to set different password policies for 3 different user groups within the company. These are : System Users: i.e root, etc Batch/Application Users: oracle, bscs, etc Standard User:... (0 Replies)
Discussion started by: anaigini45
0 Replies
All times are GMT -4. The time now is 10:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy