study 2024-02-13 [os] window의 cmd와 linux의 bash 명령어 비교 리눅스 / 윈도우 기능 리눅스 윈도우 파일목록 ls dir 현재디렉토리 pwd cd...
study 2024-01-23 [os] shell script로 특정 폴더, 파일을 제외하고 zip파일 만들기 shell 코드#!/bin/bash# 압축 파일의 이름zip_file="htomss_mobile_web.zip"destination_folder="D:\dev-htomss\workspace\htomss-mobi...