본문 바로가기

Apple

[Swift] pipe feature

필터를 넣으면 사용자마다 커스터마이징 할 수 있지 않나 생각을 했다.

Grep 명령

결과 | grep -v "휴식"

OR, AND ... : https://twpower.github.io/173-grep-and-or-not

 

Process

apple developer: Process 

environment

 일까?? https://stackoverflow.com/questions/41169904/how-do-you-set-environment-vars-for-a-process

Pipe

swift forums: Pipe Child Processes Together 

Data Pipelines in Swift: SlideShare / GitHub 

phatblat's reflog: Intercepting stdout in Swift > mas(GitHub) , Stack Overflow Driven Development (SODD)

한글: https://soooprmx.com/archives/6318

 

아래 글이 많이 도움이 되었다.

https://stackoverflow.com/questions/29548811/real-time-nstask-output-to-nstextview-with-swift/45781935#45781935

텍스트 파일 쓰기

그냥 쓰면 또 안된다. atomically: true

https://www.hackingwithswift.com/example-code/strings/how-to-save-a-string-to-a-file-on-disk-with-writeto

비동기적으로 쓰고 콜백을 받는 방법도 있을텐데...

URL to string (local file)

URL을 파일 경로로 바꿔야 한다. https://stackoverflow.com/questions/6956325/convert-nsurl-to-local-file-path

finally in Swift

finally: defer https://stackoverflow.com/questions/30974104/whats-the-equivalent-of-finally-in-swift