리눅스에서 동일한 작업을 이름 끝에 숫자가 붙은 여러 파일에 대해 반복적으로 하고 싶을 때 사용할 수 있는 shell script입니다. #!/bin/bash # Iterative execution script for numbered files # http://plusha.com, 24 Mar 2007 # # Procedure: # 1. Modify v… more →
plusHaDennis Lee wrote 8 months ago: 이름 변경 문법 alter table info rename constraints pk_info to pk_info_old; alter index pk_info rename to p … more →
plusha wrote 1 year ago: 리눅스에서 동일한 작업을 이름 끝에 숫자가 붙은 여러 파일에 대해 반복적으로 하고 싶을 때 사용할 수 있는 shell script입니다. #!/bin/bash # Iterative … more →