Views 7048 Votes 0 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
함수는 아래와 같음..
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define FILE_LINE_LEN 1024
#define FILE_NAME_LEN 256

#define SPLIT_LINE_STD 50000

int split_fname(char* filename, char* name, char* ext);
int mysplit(char* sfilename, int critical);

[사용법]
명령어 파일명 (라인수)

예) split  log.txt  500

예와 같이 실행할 경우 500라인 단위로 쪼개서 log0001.txt, log0002.txt ... 으로 저장해줌
라인수는 생략해도 됨.. 생략하면 기본 50000 라인.. ㅋㅋ
?

List of Articles
No. Category Subject Author Date Views
645 Develop [asp] 문자열 관련 함수 요약 hooni 2013.04.23 7780
644 Develop [jsp] HelloServlet 출력문 file hooni 2003.04.23 7794
643 Develop [mysql] 양력, 음력 DB데이터 file hooni 2013.04.23 7802
642 Develop [c] 이진트리(binary tree) 샘플소스 (삽입, 삭제, 운행) file hooni 2003.04.23 7805
641 Develop [c] 소수 구하기 #1 (한정된 숫자 내에 있는 소수 걸러내기) hooni 2003.04.23 7811
640 Develop [c] fgets() 함수 사용하기.. hooni 2003.04.23 7819
639 Develop [c] i2osp 임시로.. ㅋㅋ file hooni 2003.04.23 7819
638 Develop [linux] 프로세스 관련 시스템콜 hooni 2003.04.23 7827
637 Develop [java] RGB 색상 조절 버튼.. 스윙(swing) file hooni 2013.04.23 7835
636 Develop [c] OpenGL 색 입방체의 회전(입체) hooni 2003.04.23 7869
635 Develop [java] 마우스 버튼 테스트.. swing.. file hooni 2013.04.23 7886
634 Develop [js] 자바스크립트 이벤트 핸들.. hooni 2003.04.23 7908
633 Develop [c] UCP/TCP 채팅 소스 - 정리해야 함.. file hooni 2003.04.23 7911
632 Develop [chm] C++ 문법 가이드 file hooni 2013.04.23 7942
631 Develop [c] 마우스 따라다니는 고양이 - 네코95 (WinAPI) file hooni 2013.04.23 7945
630 Develop [c++] 트리컨트롤 스텝 3 예제.. file hooni 2013.04.23 7947
Board Pagination Prev 1 ... 32 33 34 35 36 ... 74 Next
/ 74