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

Python Script Linux Codes

The document provides instructions for creating a batch script in the terminal. It includes commands to update and upgrade the system, create a directory for scripts, navigate to that directory, and list its contents. The commands are intended for use in a Linux environment.

Uploaded by

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

Python Script Linux Codes

The document provides instructions for creating a batch script in the terminal. It includes commands to update and upgrade the system, create a directory for scripts, navigate to that directory, and list its contents. The commands are intended for use in a Linux environment.

Uploaded by

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

creating a batch script in terminal

sudo apt get update


sudo apt get upgrade

mkdir scripts-folder you will create


cd scripts/
ls

You might also like