AS400에서 Command(파일 검색, 복사, 권한 변경 등) 사용(QSH)
AS400에서 qsh는 Qshell 명령 언어 인터프리터입니다.아래는 Qshell에서 사용 가능한 기본 Command입니다.CommandDescription;Separates multiple commands to be run under the same Qshell interpreter shellsetDisplays the names and values of all shell variables by specifying no options or argumentspwdDisplays the working directory on standard outputlsLists directory contentscdChanges the working directoryprintWrites to standard outpute..