Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
14 views

List of Programs: UNIX Programming Environment Lab Programs For 3 Semester UG Programme 3A Term: 16 Aug To 10 Dec 2011

The document lists 12 programming assignments for a UNIX programming environment lab for undergraduate students. The assignments include writing Perl programs to demonstrate functions like CHOP and converting between numeric bases. Shell programs are also assigned to find factors, the largest of 3 numbers, files containing patterns, and compare file permissions. The programs cover Perl and shell scripting fundamentals and are due between August and December 2011.

Uploaded by

benaminsan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

List of Programs: UNIX Programming Environment Lab Programs For 3 Semester UG Programme 3A Term: 16 Aug To 10 Dec 2011

The document lists 12 programming assignments for a UNIX programming environment lab for undergraduate students. The assignments include writing Perl programs to demonstrate functions like CHOP and converting between numeric bases. Shell programs are also assigned to find factors, the largest of 3 numbers, files containing patterns, and compare file permissions. The programs cover Perl and shell scripting fundamentals and are due between August and December 2011.

Uploaded by

benaminsan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIX programming Environment Lab programs for 3rd semester UG programme 3A Term: 16th Aug to 10th Dec 2011

List of programs
1. Write a Perl program to demonstrate use of CHOP function. 2. Write a Perl program to determine whether the given year is leap or not using command line argument. 3. Write a program to check whether the given year is leap year or not. 4. Write a program to implement stat () function 5. Demonstrate and implement open () system call function 6. Write a program to create menu which display the list of files, current days, process status current user, and environment path and login information 7. Using shell program for finding a reverse number 8. Write shell a program to find factorial of given number 9. Write a shell program to find the largest of 3 numbers. 10. Write a shell program to display the line containing the pattern UNIX. 11. Write a shell program to check the permission of two files. If they are equal print common file permission along with filenames otherwise print two different file permissions. 12. Write a Perl program to convert binary number into decimal number.

You might also like