콘솔사용시 불편한 점 몇가지가 궁금합니다.

ykish의 이미지

두가지 부분인데요.
하나는
export CVSROOT=:pserver:ykish@192.168.1.108:/cvsrepo
를 시스템 재시작할때마다 이것을 다시 써주고 있는데,
이것은 .bash_profile 을 쓰면 될거 같긴 한데... 모든 사용자에 적용하려면...

하나는 가끔 특정 디렉토리로 이동을 해야 하는데, 이걸 일반 스크립트로 만들면 스크립트 끝나고 다시 원래 폴더로 돌아오는거 같던데, 어케 해결해야 할까요.
cd "/adobe/adobe 4.02 sdk/fiajfeijfe eofe/" 이런식으로 길거등요.

아, 그리구요.
console에서 history되잖아요. 전에 입력했던거 찾는, 그런데 그게 화살표키로 전체에서 찾는게 매우 불편하던데, 몇글자 치면 그것으로 시작하는 history만 찾는 방법은 없나요? 혹은 팝업같은게 떠서 선택할 수 있게 하던지.

mach의 이미지

1) /etc/profile 무엇에 쓰는 건지 찾아 본다.
* 그러나, 이 파일에 무엇이건 추가할때는 세심하게 주의하도록 하자.
2) cdpath 로 검색해본다.
* 아울러 bash인 경우 tab키나, esc키를 잘 사용하도록 하자.

------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

cinsk의 이미지

3) C-r (control + R)을 누르면 reverse incremental search로 history를 뒤질 수 있습니다.

--
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://www.cinsk.org/cfaqs/

마잇의 이미지

info bash 하시면 이런 모든 주제를 다루고 있습니다. man 페이지 보다는 좀 덜 딱딱하게 쓰여진 : )

Quote:
하나는 가끔 특정 디렉토리로 이동을 해야 하는데, 이걸 일반 스크립트로 만들면 스크립트 끝나고 다시 원래 폴더로 돌아오는거 같던데, 어케 해결해야 할까요.
cd "/adobe/adobe 4.02 sdk/fiajfeijfe eofe/" 이런식으로 길거등요.

이건 스크립트로 따로 실행하지 않고 함수로 지정해서 사용해서 해결 하실 수도 있을것 같습니다.
alias로 처리하실수도 있을겁니다.

ubuntu@ubuntu:~$ function cdf {
> cd ~/Documents/
> }
ubuntu@ubuntu:~$ cdf
ubuntu@ubuntu:~/Documents$ pwd
/home/ubuntu/Documents

마잇


--
마잇

prolinko의 이미지

2) 저는 보통 긴 디렉토리명을 변수에 넣어둡니다.

export DOWN=${HOME}/azureus/Incomming

해놓고 필요할때
cd $DOWN

하시면 됩니다.

3)

bash에서 history 라고 치면 전에 첬던 명령이 쭉 나오고요 !번호 이렇게 치면 해당 번호의 명령을 실행합니다.

$ history
....
  499  ls
  500  vim util.h
  501  history
  502  man history
  503  ls
  504  history
$ !503
ls
....

ykish의 이미지

댓글 주신 분들 정말 감사드립니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.