.
블로그 로고

IT-IN의 일상

요행을 바라지 마라..
블로그"IT-IN의 일상"에 대한 검색결과168건
  • [비공개] 파일 확장자 유형 조회

    find . -type f | awk -F'.' '{print $3}' | sort | uniq
    IT-IN의 일상|2009-11-27 05:51 pm|추천

    추천

  • [비공개] [UNIX] Shell 프로그램(Bourne Shell 기준)

    1. 쉘 스크립트 실행 및 종료 1) chmod 명령을 이용 실행chmod 명령을 이용하여 쉘 스크립트에 권한을 부여하고 그 명령을 실행$ chmod 755 hello.shell$./hello.shell2) sh 명령을 이용한 방법sh 명령시 인수로 쉘 스크립트 파일을 지정하는 방법이다. 실행 권한이 없는 상태에서도 실행이 된다$sh first.sh3). 쉘 스크립트의 종료쉘은 쉘 스크립트를 차례로 읽어 가면서 실행하다가 쉘 스크립트 파일의 마지막 쉘 스크립트의 실행을 종료한다이때 마지막으로 실행된 명령의 상태 값을 부모 프로세스에게 반환한다. 이때 정상적인 종료이면 0을 비정상 종료일 경우에는 1~255 사이의 값을 반환한다.또한 exit 명령을 이용하여 쉘 스크립트를 종.......
    IT-IN의 일상|2008-08-27 09:20 am|추천

    추천

  • [비공개] [UNIX] Shell 프로그램(Bourne Shell 기준)

    1. 쉘 스크립트 실행 및 종료 1) chmod 명령을 이용 실행chmod 명령을 이용하여 쉘 스크립트에 권한을 부여하고 그 명령을 실행$ chmod 755 hello.shell$./hello.shell2) sh 명령을 이용한 방법sh 명령시 인수로 쉘 스크립트 파일을 지정하는 방법이다. 실행 권한이 없는 상태에서도 실행이 된다$sh first.sh3). 쉘 스크립트의 종료쉘은 쉘 스크립트를 차례로 읽어 가면서 실행하다가 쉘 스크립트 파일의 마지막 쉘 스크립트의 실행을 종료한다이때 마지막으로 실행된 명령의 상태 값을 부모 프로세스에게 반환한다. 이때 정상적인 종료이면 0을 비정상 종료일 경우에는 1~255 사이의 값을 반환한다.또한 exit 명령을 이용하여 쉘 스크립트를 종.......
    IT-IN의 일상|2008-08-27 09:20 am|추천

    추천

  • [비공개] [UNIX] Shell 프로그램(Bourne Shell 기준)

    1. 쉘 스크립트 실행 및 종료 1) chmod 명령을 이용 실행chmod 명령을 이용하여 쉘 스크립트에 권한을 부여하고 그 명령을 실행$ chmod 755 hello.shell$./hello.shell2) sh 명령을 이용한 방법sh 명령시 인수로 쉘 스크립트 파일을 지정하는 방법이다. 실행 권한이 없는 상태에서도 실행이 된다$sh first.sh3). 쉘 스크립트의 종료쉘은 쉘 스크립트를 차례로 읽어 가면서 실행하다가 쉘 스크립트 파일의 마지막 쉘 스크립트의 실행을 종료한다이때 마지막으로 실행된 명령의 상태 값을 부모 프로세스에게 반환한다. 이때 정상적인 종료이면 0을 비정상 종료일 경우에는 1~255 사이의 값을 반환한다.또한 exit 명령을 이용하여 쉘 스크립트를 종.......
    IT-IN의 일상|2008-08-27 09:20 am|추천

    추천

  • [비공개] unix shell script array(유닉스 쉘 스크립트 배열)

    Unix Tip: Using indexed arrays in the Korn shellITworld.com 8/10/2006Sandra Henry-Stocker, ITworld.com Send in your Unix questions today!See additional Unix tips and tricks One of the most convenient ways to manipulate information in scripts is to store it in an array. Arrays facilitate looping through lists of related values, keeping track of an ever changing number of items and relating descriptive text with the items that they describe. As a very simple example, consider the colors of a rainbow. You can always loop through a list of rainbow colors like this: for color in red orange yellow g.......
    IT-IN의 일상|2008-05-09 01:03 pm|추천

    추천

  • [비공개] unix shell script array(유닉스 쉘 스크립트 배열)

    Unix Tip: Using indexed arrays in the Korn shellITworld.com 8/10/2006Sandra Henry-Stocker, ITworld.com Send in your Unix questions today!See additional Unix tips and tricks One of the most convenient ways to manipulate information in scripts is to store it in an array. Arrays facilitate looping through lists of related values, keeping track of an ever changing number of items and relating descriptive text with the items that they describe. As a very simple example, consider the colors of a rainbow. You can always loop through a list of rainbow colors like this: for color in red orange yellow g.......
    IT-IN의 일상|2008-05-09 01:03 pm|추천

    추천

  • [비공개] unix shell script array(유닉스 쉘 스크립트 배열)

    Unix Tip: Using indexed arrays in the Korn shellITworld.com 8/10/2006Sandra Henry-Stocker, ITworld.com Send in your Unix questions today!See additional Unix tips and tricks One of the most convenient ways to manipulate information in scripts is to store it in an array. Arrays facilitate looping through lists of related values, keeping track of an ever changing number of items and relating descriptive text with the items that they describe. As a very simple example, consider the colors of a rainbow. You can always loop through a list of rainbow colors like this: for color in red orange yellow g.......
    IT-IN의 일상|2008-05-09 01:03 pm|추천

    추천

  • [비공개] Hypertext Transfer Protocol (HTTP)

    http://www.rhyshaden.com/http.htm Introduction Hypertext Transfer Protocol (HTTP) was invented by a group of individuals, amongst whom most famously was Tim Berners-Lee. The original HTTP 0.9 was superceded by HTTP 1.0. HTTP 1.0 is described in RFC 1945 as "...an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems". HTTP can be used for many things, to deliver files, query results, CGI script output etc. as well as act as a gateway for access to other Internet protocols such as SMTP, NNTP, FTP, Gopher, and WAIS. For r.......
    IT-IN의 일상|2008-04-27 12:13 am|추천

    추천

  • [비공개] Hypertext Transfer Protocol (HTTP)

    http://www.rhyshaden.com/http.htm Introduction Hypertext Transfer Protocol (HTTP) was invented by a group of individuals, amongst whom most famously was Tim Berners-Lee. The original HTTP 0.9 was superceded by HTTP 1.0. HTTP 1.0 is described in RFC 1945 as "...an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems". HTTP can be used for many things, to deliver files, query results, CGI script output etc. as well as act as a gateway for access to other Internet protocols such as SMTP, NNTP, FTP, Gopher, and WAIS. For r.......
    IT-IN의 일상|2008-04-27 12:13 am|추천

    추천

  • [비공개] Hypertext Transfer Protocol (HTTP)

    http://www.rhyshaden.com/http.htm Introduction Hypertext Transfer Protocol (HTTP) was invented by a group of individuals, amongst whom most famously was Tim Berners-Lee. The original HTTP 0.9 was superceded by HTTP 1.0. HTTP 1.0 is described in RFC 1945 as "...an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems". HTTP can be used for many things, to deliver files, query results, CGI script output etc. as well as act as a gateway for access to other Internet protocols such as SMTP, NNTP, FTP, Gopher, and WAIS. For r.......
    IT-IN의 일상|2008-04-27 12:13 am|추천

    추천

이전  9 10 11 12 13 14 15 16 17  다음
셀로거는 비즈니스/마케팅 관련 블로그중 대중에게 RSS를 제공하는 블로그의 정보만 수집 및 정리하여 소개하는 비상업적 메타블로그 사이트입니다.
수집된 내용에 대한 모든 블로그의 저작권은 모두 해당 블로거에게 있으며 공개되는 내용에 대해서는 Sellogger의 입장과 무관합니다.
셀로거에서는 원글의 재편집 및 수정을 하지 않으며 원문링크를 제공하여 전문확인을 위해서는 저작권자의 블로그에서만 확인가능합니다.
Copyright (c) Sellogger. All rights reserved. 피드등록/삭제요청 help@sellogger.com