KakaoTech
  • 블로그
  • 맥오토메이터
  • 비글본블랙
  • 아두이노
  • chatGPT
  • FreeRTOS
  • 매뉴얼
  • 알림

guileschool 블로그

To Make Your Life Easier
가일스쿨은 당신의 삶을 쉽게 만들어 줍니다

Featured Posts
  • 맥의 배쉬 버젼을 업그레이드 하는 법

    원글 링크 clubmate.fi

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2018-01-11 10:30

    • 0 Comments
  • 재귀적 호출을 가진 for loop의 활용법

    특정 확장명을 가진 파일을 삭제하기 위해 반복적으로 디렉터리를 반복하는 방법 원글링크 스택오버플로우 간단한 소스이니 여기에 첨부하고 별도의 설명은 없다 ▼ 특정 파일을 삭제 recursiverm() { for d in *; do if [ -d "$d" ]; then (cd -- "$d" && recursiverm) fi rm -f *.pdf rm -f *.doc done } (cd /tmp; recursiverm) 특정 단어가 포함된 라인을 삭제 recursivedeline() { for d in *; do if [ -d "$d" ]; then (cd -- "$d" &&...

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2017-10-10 07:12

    • 0 Comments
  • progress.sh를 사용하여 완료까지 소요 시간 예측

    컴퓨터상의 온갖 작업의 완료 예상 시간을 측정하는 스크립트 원글링크 progress.sh를 사용하여 완료까지 소요 시간 예측 1단계. 테스트 시나리오의 구성 터미널 창에 다음 명령을 입력한다 ▼ admin☠ echo "" > test.out; for i in `seq 1 600`; do echo "SUCCESS" >> test.out; echo "$i" >> test.out; sleep 3; done admin☠ 2단계. 시간 측정 스크립트의 실행 터미널 창에 다음 명령을 입력한다 ▼ admin☠ ./progress.sh 'grep -c SUCCESS test.out' 600 admin☠ 매개변수 ARG1(‘grep -c SUCCESS test.out’) 에는 예시처럼...

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2017-10-08 11:24

    • 0 Comments
  • 맥 앱 아이콘(icns) 제작방법

    맥 어플리케이션 제작시 필요한 아이콘(icns) 제작 단계에 대해서 적어본다

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2017-07-02 12:47

    • 0 Comments
  • 날짜(DATE) 명령어의 다양한 입력 예

    현재 날짜와 시간을 확인하는 명령어의 다양한 예를 확인해 보았다

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2017-07-01 16:37

    • 0 Comments
  • Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page
  • github
  • facebook
  • twitter
  • rss
  • GuileSchool
  • YouTube

Copyright © GuileSchool All rights reserved.