Standards


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Standards
# 1  
Old 01-31-2003
Standards

I have been asked to put together some coding standards for the project I am assigned to. I have found documented standards for C/C++, Java but was wondering if there is a good place for UNIX scripting (Korn/Bourne) standards?

Does anyone know of a good place to find information on scripting standards?

Thanks...
# 2  
Old 01-31-2003
(google.com)
# 3  
Old 01-31-2003
Hmmm...

Ah...the classic answer (see my user name)

That is ALWAYS the first place I try....wasnt satisfied with the results. Was hoping to find someone that new of an 'official' site..

thanks though
# 4  
Old 02-01-2003
haha well, right now my internet connection is slowing down to a stop. when it seems to be not bogged down any longer ill look around, but try searching this site, also, i know that bash is copyrighted by the free software foundation, so looking there might yeild viable results, also IEEE sets standards to follow, and the standard unices are held to, the POSIX standard, try searching for those on various sites. and if you have already and still havnt fuond your answers, im sorry, idont really know exact site addresses, i hope my answer wasnt half assed, again when my connection isnt grinding down to a halt ill look around and post back, and someone on these boards is bound to know everything that you have asked for. good luck
---
http://www.pasc.org/ this is the IEEE site, (POSIX)
http://www.iso.ch/iso/en/ISOOnline.openerpage (everything)
http://www.linuxbase.org (linux)

hope those are what your looking for.

Last edited by norsk hedensk; 02-01-2003 at 12:39 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Is gcc compliant with the C++ standards

Hello Friends, I am a newbie and have started using different compilers and tools to make myself familiar with their workings. I wanted to know that how compliant is gcc with the C++ standards. It is pretty obvious that no compiler is close to being completely compliant, but if there are some... (7 Replies)
Discussion started by: hthapar
7 Replies

2. Solaris

Security Standards...

Hi All, Thanks in advance for reading and any posts. I was wondering if anyone has come across or can recomend or has any security standards that we could implement. We are running production Oracle systems on Solaris 8 boxes (which are global). We are after security considerations... (4 Replies)
Discussion started by: B14speedfreak
4 Replies

3. Programming

UNIX version standards

I'm new to UNIX programming. I'm used to starting my program's versions at 1.0, but I look at all the UNIX programs out there and see things like 0.000.1 or 3.3.000 and I'm wondering what these things really mean. Do people just type anything they feel in there? Are things in pre-release... (6 Replies)
Discussion started by: hirni
6 Replies

4. UNIX for Dummies Questions & Answers

Unix Coding Standards

Hi, I am looking for some coding standards for Unix Shell Scripting. Can anyone help me out in this? Regards, Himanshu (3 Replies)
Discussion started by: himanshu_s
3 Replies
Login or Register to Ask a Question