• 기록은 기억을 지배한다.
  • Linux/Unix Power Tools
  • 기록은 기억을 지배한다.
  • Linux/Unix Power Tools
  • Topics
  • Confluence 강의
  • Email 문의
  • Brunch
  • Github
  • JIRA 강의
  • 8 results found.

  • Linux/Unix Power Tools
    • Search All
    • web service hardening
    • laravel 5 프로그래밍
    • Linux/Unix Power Tools
    • Software Engineering
    • Atlassian Confluence
    • Atlassian JIRA
    • Atlassian bamboo
    • DBMS & NoSQL
    • docker
    • git
    • Java
    • Laravel 과 PHP
    • Life
    • nexus
    • security
    • Software Architect
    • System Administrator
    • 저장소 관리와 지속적인 통합/배포
    • linuxcore
    • Inflearn JIRA
    • VMWare & UTM
    • SpaceStatus
    • AWS, Azure 등 cloud 관련 정보
    • python
    • .NET Core
    • golang
    • JavaScript
    • Container
    • ansible
    • red hat online learning
    • gitlab
    • PDF
    • 경영 지식들
    • 자기계발
    • 외부 활동
    • confluence-book
    • 비제이퍼블릭 JIRA Book
    • Spring Framework
    • talkit
    • 리눅스를 활용한 회사 인프라 구축의 모든 것
    • IT
    • BitBucket
    • Block Chain
    • laravel 9 programming
    • job
Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

sed 를 대체할 수 있는 직관적인 검색 & 변환기 sd

sd https://github.com/chmln/sd 는 linux sed 를 대체할 수 있는 명령어로 어려운 sed 에 비해서 직관적이고 쉬운 사용법을 제공합니다. 예로 before 라는 단어를 after 로 변경할 경우 sd 는 sed 에 비해서 간략하고 직관적으로 사용할 수 …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

cat 명령을 대체하는 유용한 유틸리티 linux bat 사용법

전통적으로 유닉스나 리눅스는 여러 파일을 합치거나 파일 내용을 터미널을 출력할 경우 cat 명령어를 사용해 왔습니다. bat https://github.com/sharkdp/bat 은 cat 대신 사용할 수 있는 명령어로 문법 강조(syntax highlight), git 통합, 자동 …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

time 을 대체하는 command line 용 성능 측정 도구 hyperfine

hyperfine https://github.com/sharkdp/hyperfine 은 커맨드 라인용 벤치마킹(benchmarking) 툴입니다. command line 에서 명령어를 실행했을 경우 소요 시간과 성능을 측정하는데 도움이 되며 shell 의 time 명령어와 유사한 …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

Linux find 를 대체하는 fd 명령어 사용법

fd https://github.com/sharkdp/fd 는 file system 에서 특정 엔트리를 찾는 명령어로 find 보다 더 사용자 친화적이며 속도도 빠릅니다. 물론 find 보다 옵션이나 기능이 적긴 하지만 많이 사용하는 사례에 대해 합리적인 기능을 제공합니다. fd …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

more/less 같은 pager 와 차이점을 표시하는 diff를 대체하는 delta 커맨드

delta https://github.com/dandavison/delta 는 기존의 more 나 less 같은 pager 와 파일간 변경 사항을 표시하는 diff 를 대체하는 커맨드입니다. 문법 강조(syntax highlighting) 기능이 있으므로 기존 less 나 diff 에 …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

grep 을 대체할 수 있는 빠른 문자열 검색기 - ripgrep

rg(ripgrep https://github.com/BurntSushi/ripgrep) 은 grep 을 대체할 수 있는 빠른 문자열 검색기로 Rust 언어로 작성되었습니다. 현재 가장 빠른 text searcher 로 속도 향상을 위해 다음과 같이 구현되어 있습니다. Rust 언어의 …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

ack-grep 을 대체할 수 있는 빠른 코드 검색 도구 ag(silver searcher)

더 나은 명령어인 ripgrep 을 사용하는 게 좋습니다. ack https://beyondgrep.com/ 명령어는 grep 처럼 파일이나 디렉터리에서 원하는 문자열을 찾는 유틸리티인데 개발자에 특화된 도구입니다. ag …

Linux/Unix Power Tools > 유닉스/리눅스 명령어를 대체하는 모던 커맨드라인(Modern Unix/Linux Command line)

directory 를 조회하는 ls 명령을 대체하는 exa 명령어 사용법

개요 exa https://the.exa.website/introduction 는 Unix/Linux 에서 파일이나 디렉터리를 조회하는 전통적인 프로그램인 ls 의 modern 한 대체제입니다. 다양한 파일 포맷과 메타 데이터를 color 로 표시해 주며 git 과 통합되어 있고 …

Linux/Unix Power Tools Logo
Home(새 창)
Copyright © 2023 lesstif • Powered by Scroll Viewport and Atlassian Confluence