Sponsored Content
Top Forums Shell Programming and Scripting Guidance required in .profile Post 303037297 by RudiC on Monday 29th of July 2019 12:46:31 PM
Old 07-29-2019
The test ( or [ ) command does not like the && operator. Use (deprecated) -a instead, or use [[ ... ]].
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

changed .profile but didnt ./.profile, yet reflected changes

hi , i added ls -F to .profile. and i need to do ./.profile for the effect to take effect BUT i didnt and YET the next day when i came to work and log in, the changes took effect. i am on aix. please explain.. thanks (4 Replies)
Discussion started by: yls177
4 Replies

2. AIX

NIM Guidance

I've just started to explore NIM and I'm looking for additional information on how to set it up and configure it. I've read through the "NIM A-Z" and have many unanswered questions. One question is how can I have the NIM server pull a mksysb of the clients and can I schedule this to happen... (1 Reply)
Discussion started by: scottsl
1 Replies

3. What is on Your Mind?

Career Guidance

Hi, I am a newbie to Unix, I was introduced to UNIX 8 months back during my Training, I was attracted to Unix as they give complete freedom. I would like to ask how can a OS Admin can go into development field of Unix. Currently I am working in a MNC in Backup- Storage Admin Domain I am... (1 Reply)
Discussion started by: sufi_431
1 Replies

4. Shell Programming and Scripting

A little guidance needed :)

Hi guys, I'm learning the ropes of BASH and am doing a few exercises to see if its sinking in but have gotten stuck on something I KNOW is looking at me right in the face but just isn't registering. I'm creating a script that needs to get specific strings from a line. So using the "ls -l... (9 Replies)
Discussion started by: shadow0001
9 Replies

5. Infrastructure Monitoring

trap in etc/profile and user .profile

Hello I really wonder what's trap in etc/profile and in each user .profile. I try to google for it but I think I have no luck. Mostly hit is SNMP traps which I think it is not the same thing. I want to know ... 1. What's a "trap 2 3" means and are there any other value I can set... (4 Replies)
Discussion started by: Smith
4 Replies

6. Shell Programming and Scripting

guidance required: feed load search & display in shell scripting

Hi All, I am fairly new to Shell Scripting, however learning fast ;-) I have been asked to do the below basic shell script :confused: There are few feed files we are recieving in the server from multiple locations spread out during the day, rite now we are checking manually each file... (2 Replies)
Discussion started by: sachaan
2 Replies

7. AIX

Need guidance on VMStat

I need some guidance on the differences in observations, not sure how significantly different are they. Also, It would be nice to hear on the values and what the obvious tuning for performance missing. Observation 1 ending vmstat -v 3948544 memory pages ending vmstat -v ... (1 Reply)
Discussion started by: Snipper
1 Replies

8. UNIX for Dummies Questions & Answers

Just need some guidance on this nawk

Hi, I am trying to debug some KSH script and it has the nawk portion below. I just want to confirm whether I understand what it does correctly. Example usage of the nawk line is run as below: nawk '/^#/ {next} $1~/^'testp.cfg'$|^'testp.cfg'\.testdb\.com\.ph$/ { c=0 while... (1 Reply)
Discussion started by: newbie_01
1 Replies

9. Shell Programming and Scripting

Need Some guidance on scripting

Hey All, I am newbie on scripting and need some guidance from all the experts here. I am working on one project where I will check the status/health of around ten (10) solaris 10 servers. I have one central server from where I have already setup the passwordless SFTP and setup the cron... (1 Reply)
Discussion started by: supercops
1 Replies

10. AIX

New to AIX. Need Guidance

Hi There, I am new to AIX. I am eager to learn the AIX System administration or if there is any other prerequisite before this. Please can anyone help me or guide how to start with AIX, what all courses and certifications do I need to do. I have basic knowledge of UNIX. Please guide as I am... (3 Replies)
Discussion started by: rahulat302
3 Replies
std::decimal::decimal128(3)				     Library Functions Manual				       std::decimal::decimal128(3)

NAME
std::decimal::decimal128 - SYNOPSIS
Public Types typedef float __decfloat128 __attribute__ ((mode(TD))) Public Member Functions decimal128 (decimal32 d32) decimal128 (decimal64 d64) decimal128 (float __r) decimal128 (double __r) decimal128 (long double __r) decimal128 (int __z) decimal128 (unsigned int __z) decimal128 (long __z) decimal128 (unsigned long __z) decimal128 (long long __z) decimal128 (unsigned long long __z) decimal128 (__decfloat128 __z) __decfloat128 __getval (void) void __setval (__decfloat128 __x) decimal128 & operator*= (decimal32 __rhs) decimal128 & operator*= (decimal64 __rhs) decimal128 & operator*= (decimal128 __rhs) decimal128 & operator*= (int __rhs) decimal128 & operator*= (unsigned int __rhs) decimal128 & operator*= (long __rhs) decimal128 & operator*= (unsigned long __rhs) decimal128 & operator*= (unsigned long long __rhs) decimal128 & operator*= (long long __rhs) decimal128 & operator++ () decimal128 operator++ (int) decimal128 & operator+= (int __rhs) decimal128 & operator+= (decimal32 __rhs) decimal128 & operator+= (decimal64 __rhs) decimal128 & operator+= (decimal128 __rhs) decimal128 & operator+= (unsigned int __rhs) decimal128 & operator+= (long __rhs) decimal128 & operator+= (unsigned long __rhs) decimal128 & operator+= (long long __rhs) decimal128 & operator+= (unsigned long long __rhs) decimal128 & operator-- () decimal128 operator-- (int) decimal128 & operator-= (long __rhs) decimal128 & operator-= (int __rhs) decimal128 & operator-= (long long __rhs) decimal128 & operator-= (unsigned long long __rhs) decimal128 & operator-= (unsigned long __rhs) decimal128 & operator-= (decimal128 __rhs) decimal128 & operator-= (unsigned int __rhs) decimal128 & operator-= (decimal32 __rhs) decimal128 & operator-= (decimal64 __rhs) decimal128 & operator/= (decimal32 __rhs) decimal128 & operator/= (long long __rhs) decimal128 & operator/= (unsigned long long __rhs) decimal128 & operator/= (unsigned long __rhs) decimal128 & operator/= (decimal64 __rhs) decimal128 & operator/= (unsigned int __rhs) decimal128 & operator/= (decimal128 __rhs) decimal128 & operator/= (long __rhs) decimal128 & operator/= (int __rhs) Detailed Description 3.2.4 Class decimal128. Definition at line 393 of file decimal. Constructor &; Destructor Documentation std::decimal::decimal128::decimal128 (__decfloat128__z) [inline] Conforming extension: Conversion from scalar decimal type. Definition at line 418 of file decimal. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::decimal::decimal128(3)
All times are GMT -4. The time now is 04:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy