Command logging of shell script instances

Source: Internet
Author: User

input 1:[[email protected] --shiyan rec]#Catrecord1#!/bin/Bash#filename:record.SHdir=/tmp/Recread-P"Please input the session filename:"Filenamesesfile="$dir/$filename. Session"logfile="$dir/$filename. Timing.log"if[ -e $sesfile] Then Echo "$sesfile is exsit,creat session file fault!"Read-P"If you want to reload the file? [y/n]:"Flagif["$flag"="Y" ]      Then     RM$sesfile $logfile Script-T2> $logfile-a $sesfileElse     Echo "Nothing to do!"    fiElseScript-T2> $logfile-a $sesfilefiinput 2:[[email protected] --shiyan rec]#Catreplay1#!/bin/Bash#filename:replay.SHdir=/tmp/rec/Read-P"Please input the session filename:"Filenamelogfile="$dir $filename.timing.log"Sesfile="$dir $filename.session"if[ -e $sesfile] Thenscriptreplay $logfile $sesfileEchoElse Echo "$filename is not exsit!"firecord: [[email protected] --Shiyan rec]# Bash record1please input the session filename:uuscript started,fileis/tmp/rec/Uu.session[[email protected] --Shiyan rec]# Exitexitscript Done,fileis/tmp/rec/uu.session playback: [[email protected] --Shiyan rec]# Bash replay1please input the session Filename:uu

Command logging of shell script instances

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.