vi 에디터 리뷰 by 바죠

[VIM] vi/vim notes 번역

http://dojeun.egloos.com/457173
여기에도 아주 잘 정리가 되어 있습니다.

-----------------------------------------
간단한 계산 (리눅스/유닉스) 명령어 : bc -l

bc -l
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
67*3
201


quit


DESCRIPTION
       bc  is  a  language  that supports arbitrary precision numbers with interactive execution of statements.  There are some similarities in the syntax to the C programming
       language.  A standard math library is available by command line option.  If requested, the math library is defined before processing any files.  bc starts by processing
       code from all the files listed on the command line in the order listed.  After all files have been processed, bc reads from the standard input.  All code is executed as
       it is read.  (If a file contains a command to halt the processor, bc will never read from the standard input.)

       This version of bc contains several extensions beyond traditional bc implementations and the POSIX draft standard.  Command line options can cause these  extensions  to
       print a warning or to be rejected.  This document describes the language accepted by this processor.  Extensions will be identified as such.

   OPTIONS
       -h, --help
              Print the usage and exit.

       -i, --interactive
              Force interactive mode.

       -l, --mathlib
              Define the standard math library.

       -w, --warn
              Give warnings for extensions to POSIX bc.

       -s, --standard
              Process exactly the POSIX bc language.

       -q, --quiet
              Do not print the normal GNU bc welcome.

       -v, --version
              Print the version number and copyright and quit.


트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://incredible.egloos.com/tb/3156600 [도움말]

핑백

  • Imagination is more important than knowledge. : Xwindows, ftp programs 2007-08-13 10:39:04 #

    ... p;vi를 사용합니다.X를 설정해서 그림을 보셔야 하기 때문에, 윈도우즈에서 X를 볼 수 있게 해 주는 프로그램이 필요합니다.vi editor:http://incredible.egloos.com/3156600-----------------------------------------------xmakemol (원자구조를 볼 때 사용)xfig (그림들을 ... more

  • Imagination is more important than knowledge : vi 명령어, 화면분할 기능 2009-10-20 17:41:28 #

    ... indow above:vsnew window to left나누어진 화면으로 이동하기control+w control+wtoggle window focushttp://incredible.egloos.com/3156600----------------------------아래의 것은 비교적 최근에 배워두었던 기술들이다.----------------------sel ... more

덧글

덧글 입력 영역