0% found this document useful (0 votes)
29 views1 page

Shell Programming Lab Assignments

The document outlines an assignment for a UNIX and Shell Programming Lab, identified by the subject code BCAC691. It includes tasks such as writing shell scripts to display prime numbers, manage files, generate multiplication tables, and perform directory operations. The assignment emphasizes practical skills in shell programming through interactive and functional scripts.

Uploaded by

banerjeerp6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Shell Programming Lab Assignments

The document outlines an assignment for a UNIX and Shell Programming Lab, identified by the subject code BCAC691. It includes tasks such as writing shell scripts to display prime numbers, manage files, generate multiplication tables, and perform directory operations. The assignment emphasizes practical skills in shell programming through interactive and functional scripts.

Uploaded by

banerjeerp6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PCA 1 Assignment

Subject Name- UNIX & Shell Programming Lab


Subject Code- BCAC691

1. Write a Shell script to display Prime numbers in a given range


2. Write an interactive shell program for copying, removing, renaming a given file as input.
3. Write a shell script to generate a multiplication table
4. Write a Shell program to do the following operations-
(i) Create a directory
(ii) View all files in the current directory
(iii) Rename a directory
(iv) View all files starting with a specific character
(v) View all files and hidden files

You might also like