Basic shell script samples that can be used for an interview

code#!/bin/bash echo “Hello, World!” code#!/bin/bash echo “Current date and time: $(date)” code#!/bin/bash cat file.txt code#!/bin/bash mkdir new_directory code#!/bin/bash cp file.txt…