여러분이 즐겨 사용하는 엘리어스(alias)는 무엇이 있나요?

bizzz의 이미지

~/.bsahrc 파일 끝에다가 이렇게 넣어서 저는 사용합니다.

alias reboot='sudo /sbin/reboot'
alias halt='sudo /sbin/halt'
alias renet='sudo /etc/init.d/net.eth1 restart'
alias rd='rmdir'
alias md='mkdir'
alias cd..='cd ..'
alias ..='cd..'
alias ppp='sudo pppoe-start'
alias win='sudo mount /dev/hdb1 /mnt/window2000'

여러분이 즐겨 사용하는 엘리어스는 무엇입니까?

ganadist의 이미지

alias start='wine /usr/lib/wine/start.exe.so'
alias open='gnome-open'

맥이랑 윈도를 커맨드라인에서 쓰다보니;;;

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

서지훈의 이미지

cp      (cp -i)
gvim    (/usr/local/bin/gvim -u /home/white23/.gvimrc)
l       (ls -l)
ll      (ls -la)
ls      (ls -v --color=auto)
mv      (mv -i)
p       ps aux
pp      ps axj
rm      (rm -i)
startx  (startx -- -dpi 100)
tarc    (tar czvvf)
tarx    (tar xzvvf)
vi      vim
vib     (/bin/vi -b -u /home/white23/.vimrc_hex)
viuh    vi -U ~/.vimrc_utf8

이 정도 ?

<어떠한 역경에도 굴하지 않는 '하양 지훈'>

#include <com.h> <beer.h> <woman.h>
do { if (com) hacking(); if (money) drinking(); if (women) loving(); } while (1);

#include <com.h> <C2H5OH.h> <woman.h>
do { if (com) hacking(); if (money) drinking(); if (women) loving(); } while (1);

bushi의 이미지

은근슬쩍 질문 끼어들기.

[bushi@rose kernel-2.6]$ find_and_grep() { if [ -n "$1" -a -n "$2" ]; then echo "find -name $1 -exec grep --with-filename $2 {} \;"; find . -name "$1" -exec grep --with-filename "$2" {} \; ; else echo "??"; fi; }
[bushi@rose kernel-2.6]$
[bushi@rose kernel-2.6]$ alias gf=find_and_grep
[bushi@rose kernel-2.6]$
[bushi@rose kernel-2.6]$ gf "*h" xscale
find -name *h -exec grep --with-filename xscale {} \;
./arch/arm/oprofile/op_arm_model.h:extern struct op_arm_model_spec op_xscale_spec;

위 처럼 find_and_grep() 라는 함수를 정의하고 alias gf=find_and_grep 를 하면 argument ref. 가 제대로 되는데 alias gf='find ... $1 ... $2' 라고 한줄에 다 쓰면 제대로 안됩니다.
되게 하는 방법이 없을까요 ?
익명사용자의 이미지

위에 있는것 저두 대부분 쓰구여...

데비안용 입니다.

alias install='apt-get install'
alias reinstall='apt-get install --reinstall'
alias purge='apt-get remove --purge'
alias search='apt-cache search'
alias fsearch='apt-file search'

등등입니다.

Scarecrow의 이미지

윈도우에서 cygwin 썼을 적에는
alias gcc='gcc --no-cygwin'
이었던가 그건 꼭 설정해 놓곤 했었습니다.

근데 리눅스사용중에는 굳이 alias 필요성을 잘 못느끼게 되더군요.
배포판에서 기본으로 잡아놓은 alias 말고 따로 설정할 필요를 못 느끼게 되더라구요.
바로 bash의 자동완성기능이 너무 강력해서 말이죠.
파일이름 뿐아니라 옵션이라던지 다 자동완성됩니다.

사용하면서 가장 놀랬던 부분은 sudo aptitude install libgtk탭
하면 설치가능한 libgtk로 시작하는 목록이 쭈욱나옵니다.
그중에서 골라서 설치하면 되죠. ^^

설치전에 미리 패키지 이름 정확히 검색해야 하는 필요가 없지요.
(뭐 install이라는 옵션도 자동완성으로 만들 수가 있죠.)

시그너쳐: ./configure --prefix=/usr; make; sudo checkinstall

lordmiss의 이미지

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.