[ windows ] in KIDS 글 쓴 이(By): madjean (릴리푸션) 날 짜 (Date): 1997년08월04일(월) 13시37분48초 KDT 제 목(Title): [Re] 파일합치는 방법좀 Text file(ascii) 과 binary file이 있는데 <Text> copy file1+file2+file3+... out_file <Binary> copy /b file1+file2+file3+... out_file 참고로 유닉스에선 cat이 와일드 카드가 먹으니까 편하게 cat file* > out_file하면 되는데 도스에선 type이 한 file밖에 안 되니까 위처럼 하나씩 다 쳐주어야 되죠... 그럼 이만... . |