create a directory folder named assign12 and save the files
create a directory (folder) named assign12 and save the files related to this assignment into the folder. Create a file named As12 that displays the time of day in am or pm notation, rather than in 24-hour clock time. Here\'s an example showing As12 run at night:
Solution
Creating directory. Mkdir Assign12
Creating file Cat As12
Cat > % date +\'%H:%M %p\'
Output:
08:01 am
