«file-system» 태그된 질문

파일 시스템 조작 및 탐색과 관련된 문제 여기에는 디렉토리 트리 읽기, 파일 또는 디렉토리 작성, 이동 및 삭제, 파일 권한 읽기 또는 변경 등이 포함될 수 있습니다.

22
새끼 고양이 명령
새끼 고양이는 고양이와 매우 흡사합니다. 주요 차이점 중 일부는 귀여움, 지능 부족 및 크기입니다. 마찬가지로 cat명령이 명령과 다릅니다 kitten. 다행히도이 경우에는 한 가지 차이점 만 있습니다. 새끼 고양이 명령에서 모든 대문자는 소문자로 바뀝니다. 객관적인 과 유사하게 작동하는 프로그램을 구현합니다 cat. 모든 문자 [A-Z]가 소문자로 출력됩니다. 입력 명령 행 인수로서의 파일 …

15
파일 이름에 공백이 있습니다.
간단하다. 사람들이 파일 이름을 지정할 때 공백을 사용할 때 설 수 없습니다. 때로는 콘솔 명령이 손상되어 ls의 결과가 나빠집니다. 문제는 프로그램 (아스키 문자 만)을 작성하는 것입니다. 현재 디렉토리의 모든 파일 (디렉토리 포함)을 공백이 제거되거나 '_'로 바뀐 버전으로 이름을 바꿉니다. 충돌시 고유 식별자를 추가해야합니다 모든 하위 디렉토리로 재귀 적으로 내려갑니다 UNIX …

30
ASCII 삼각형
당신의 임무는 ASCII 삼각형을 인쇄하는 프로그램이나 함수를 작성하는 것입니다. 그들은 다음과 같이 보입니다 : |\ | \ | \ ---- 프로그램은 n제약 조건 이있는 단일 숫자 입력을 0 <= n <= 1000받습니다. 위 삼각형의 값은 n=3입니다. ASCII 삼각형에는 n백 슬래시 ( \) 및 세로 막대 ( |), n+1선 및 대시 …
30 code-golf  ascii-art  code-golf  rubiks-cube  code-golf  path-finding  maze  regular-expression  code-golf  math  rational-numbers  code-golf  kolmogorov-complexity  graphical-output  code-golf  tips  code-golf  string  permutations  code-golf  sorting  base-conversion  binary  code-golf  tips  basic  code-golf  number  number-theory  fibonacci  code-golf  date  code-golf  restricted-source  quine  file-system  code-golf  code-golf  math  code-golf  ascii-art  code-golf  math  primes  code-golf  code-golf  math  matrix  code-golf  string  math  logic  factorial  code-golf  palindrome  code-golf  quine  stateful  code-golf  interactive  code-golf  board-game  code-golf  math  arithmetic  code-golf  string  code-golf  math  matrix  code-golf  math  abstract-algebra  polynomials  code-golf  date  code-golf  string  array-manipulation  sorting  code-golf  game  code-golf  string  code-golf  ascii-art  decision-problem  code-golf  number  sequence  code-golf  code-golf  code-golf  sequence  fibonacci  code-golf  math  geometry  random  code-golf  code-golf  math  decision-problem  fractal  rational-numbers  code-golf  number  number-theory  code-golf  combinatorics  permutations  card-games  code-golf  math  sequence  array-manipulation  fibonacci  code-golf  sequence  decision-problem  graph-theory  code-golf  ascii-art  parsing  lisp  code-golf  string  math  natural-language  logic  code-golf  math  logic  code-golf  string  alphabet  code-golf  string  code-golf  string 

8
깨지기 쉬운 Quine
깨지기 쉬운 Quine 깨지기 쉬운 퀴는 평가할 때 단일 문자를 제거하여 만든 각 하위 문자열을 갖는 속성을 만족시키는 퀴니로, 오류가 발생합니다. 예를 들어. 프로그램 asdf이 퀴인 경우 프로그램 이 깨지기 쉬운 경우 다음 프로그램에서 오류가 발생해야합니다. sdf adf asf asd 프로그램과 모든 하위 문자열은 완전히 결정적이어야하며 동일한 언어 여야합니다. 결국 …
30 code-golf  quine  code-golf  date  code-golf  sequence  code-golf  sorting  file-system  code-golf  code-golf  ascii-art  hexagonal-grid  code-golf  string  arithmetic  code-golf  code-golf  code-challenge  source-layout  code-golf  ascii-art  cellular-automata  code-golf  string  arithmetic  balanced-string  code-golf  number  primes  code-golf  ascii-art  hexagonal-grid  code-golf  string  code-golf  string  code-golf  sequence  code-golf  ascii-art  code-golf  conversion  hexadecimal  code-challenge  restricted-source  code-golf  math  grid  code-golf  string  ascii-art  code-golf  random  minesweeper  code-golf  ascii-art  kolmogorov-complexity  board-game  scrabble  code-golf  ascii-art  code-golf  math  number-theory  decision-problem  code-golf  string  code-golf  natural-language  code-golf  internet  stack-exchange-api  code-golf  code-golf  conversion  code-golf  string  code-golf  math  arithmetic  code-golf  string  whitespace  code-golf  graphical-output  internet  code-golf  string  code-golf  string  random  permutations  code-golf  string  code-golf  string 

28
수퍼 로그 계산
이것은 간단한 도전이어야합니다. 숫자 감안할 때 n >= 0, 출력 슈퍼 로그 (로그 - 스타 또는 로그 *를, 또는 로그 반복 하기 때문에 동일, n이 문제에 대한 부정적인 결코합니다.)의 n. 이것은 tetratation 에 대한 두 가지 역함수 중 하나입니다 . 다른 하나는 관련 질문 에있는 수퍼 루트 입니다. 예 Input …
29 code-golf  math  code-golf  array-manipulation  sorting  code-golf  math  arithmetic  matrix  code-golf  string  kolmogorov-complexity  code-golf  string  code-golf  math  sequence  arithmetic  recursion  code-golf  math  ascii-art  sequence  code-golf  math  array-manipulation  code-golf  code-golf  kolmogorov-complexity  code-golf  string  code-golf  string  decision-problem  code-golf  array-manipulation  tips  javascript  json  code-golf  math  string  number  number-theory  code-golf  math  sequence  fibonacci  number  arithmetic  fastest-code  integer  code-golf  math  sequence  code-golf  string  file-system  tips  golfscript  code-golf  string  code-golf  string  natural-language  code-golf  string  file-system  code-golf  math  array-manipulation  code-challenge  image-processing  compression  code-golf  math  number  sequence  code-golf  math  combinatorics  regular-expression  code-golf  sequence  pi  code-golf  ascii-art  code-golf  string  array-manipulation  sorting  code-golf  string  graph-theory  code-golf  string  code-golf  string  ascii-art  code-challenge  compression  code-golf  code-golf  math  sequence  number-theory  code-golf  maze  graph-theory  code-golf  math  sequence 

9
Microsoft MS-DOS 5.0 FAT 디렉토리 항목 디코딩
Microsoft FAT 파일 시스템에는 디스크의 어느 "폴더"에 어떤 "파일"이 있는지를 나타내는 디렉토리 테이블이 있습니다. 당분간 이러한 항목은 많은 양의 정보를 적은 양의 비트로 만들었습니다. 궁금한 점 에 대해서는 Wiki 에 많은 기술 사양이 있지만 여기서의 과제는 항목의 "단순한"디코딩에 중점을 둘 것입니다. 각 항목은 32 바이트 이진 단어로 구성되며 여러 섹션으로 …

30
소스 파일 이름을 바꾸는 프로그램 작성
단일 파일에서 입력이 필요없고 출력을 생성하지 않는 프로그램을 작성하십시오. 실행될 때 코드를 변경하거나 다른 부작용을 일으키지 않고 이름에 관계없이 파일에 포함 된 파일의 이름을 바꿔야합니다 . 이것을 달성하는 방법은 좋습니다. 프로그램이 일단 실행되면 파일 이름이 바뀌 었다는 것이 유일한 변경 일뿐입니다. 예를 들어 디렉토리에 새 파일이 없어야합니다. 프로그램을 다시 실행하면 …

10
자연 로그에 개미
이것은 좋은 초보자 도전과 좋은 시간 킬러입니다. 제목이 너무 짧아서-자연-로그 만 말했는데, 이것은 로그와 관련이 없습니다. 주어진 2 개의 변수 : 개미의 수 n. 로그의 너비입니다 w. 출력 너비의 로그 w와 n개미 (도시 예 w=3, n=6) | | | \O/ \O/ \O/ | | -O- -O- -O- | | /o\ …

24
ogl-edocf 도전
입력 범위의 ASCII 문자로 구성된 비어 있지 않은 섞인 문자열 입니다.[ 32..126 ][32..126][32..126] 산출 입력 문자열에 연속적인 회전을 적용하여 출력을 얻습니다. [a-zA-Z]입력 문자열의 각 문자 ( )에 대해 왼쪽에서 오른쪽으로 : 문자가 대문자 인 경우 모든 문자를 왼쪽으로 한 위치 씩 회전 문자가 소문자 인 경우 오른쪽 앞의 한 위치 …
22 code-golf  string  code-golf  string  code-golf  string  parsing  brainfuck  code-challenge  python  hello-world  error-message  code-golf  string  code-golf  number  integer  counting  subsequence  code-golf  string  cipher  code-golf  array-manipulation  arithmetic  integer  matrix  code-golf  math  sequence  code-golf  restricted-source  pi  popularity-contest  cops-and-robbers  polyglot  popularity-contest  cops-and-robbers  polyglot  code-golf  file-system  king-of-the-hill  code-golf  number  sequence  integer  rational-numbers  string  code-challenge  source-layout  code-golf  ascii-art  king-of-the-hill  code-golf  array-manipulation  sorting  code-golf  string  code-golf  restricted-source  source-layout  tips  math  code-challenge  permutations  logic-gates  code-golf  number  random  integer  code-golf  math  code-golf  math  number  decision-problem  king-of-the-hill  python  board-game  code-challenge  brainfuck  busy-beaver  code-golf  number  cops-and-robbers  polyglot  obfuscation  answer-chaining  code-golf  number  integer  conversion  code-golf  string  parsing  code-golf  ascii-art  number  king-of-the-hill  javascript  code-golf  source-layout  radiation-hardening  code-golf  array-manipulation  matrix  code-golf  string  graph-theory  code-golf  array-manipulation  decision-problem  code-golf  string  ascii-art  code-golf  string  code-golf  array-manipulation 

30
0이 아닌 고유 한 숫자로 임의의 n 자리 숫자를 얻습니다.
나는 이 질문을 읽고 그것이 좋은 도전이 될 것이라고 생각했다. 태스크 입력 0<n<10으로 임의의 숫자를 생성하십시오. 정확히 n 자리 첫 번째가 아닌 0 그래서 f(n)>10**(n-1)-1 고유 숫자 우승 기준 이것은 코드 골프 이므로 가장 짧은 코드가 승리합니다. 무작위 나는 균등하게 분포 된 것을 의미합니다. 따라서 프로그램의 관점에서 볼 때 각각의 …
22 code-golf  number  random  grid  game  king-of-the-hill  javascript  code-golf  arithmetic  statistics  code-golf  math  code-golf  math  code-golf  string  palindrome  code-golf  string  interactive  code-golf  quine  polyglot  code-golf  string  stack-exchange-api  code-golf  number-theory  decision-problem  code-golf  tips  code-golf  string  internet  code-golf  graphical-output  image-processing  fractal  code-golf  ascii-art  geometry  hexagonal-grid  code-golf  string  restricted-source  hello-world  code-golf  game  code-golf  cipher  code-golf  permutations  cops-and-robbers  permutations  cops-and-robbers  code-golf  internet  stack-exchange-api  code-golf  ascii-art  random  code-golf  tips  code-golf  ascii-art  code-golf  code-golf  kolmogorov-complexity  code-golf  string  unicode  code-golf  number  sequence  primes  palindrome  code-golf  game  decision-problem  code-golf  math  geometry  code-golf  graphical-output  interactive  code-golf  set-partitions  code-golf  number  arithmetic  restricted-source  code-golf  decision-problem  python  recursion  code-golf  ascii-art  code-golf  source-layout  code-golf  function  recursion  functional-programming  code-golf  game  combinatorics  permutations  code-golf  string  file-system  code-golf  string  hashing  code-golf  stack-exchange-api  code-golf  string  code-golf  math  number  arithmetic  polyglot 

30
스스로 삭제하는 프로그램
컴파일 된 언어가 사용되는 경우 프로그램은 컴파일 된 실행 파일을 삭제해야하지만 소스 파일은 삭제할 필요가 없습니다. 해석 된 언어가 사용되는 경우 프로그램은 소스 파일을 삭제해야합니다. 내 첫 입찰 : 파이썬 (29 자) import os;os.remove(__file__) 편집 : rm -rf / 와 같은 솔루션을 방지하기 위해 프로그램은 실행 파일이나 소스 파일 이외의 …

1
강아지 명령
이 puppy유틸리티는 파일 이름을 입력으로 취하고 강아지가 기대하는 것을 정확하게 수행합니다. 파쇄하는 방법 이빨로 페이지를 찢어 입력 파일을 개행으로 나눕니다. 발로 각 페이지를 찢습니다 (줄 바꿈 제외) 각 줄에 대해 다음 n과 같이 임의의 정수를 선택하십시오 2 <= n <= # of characters in the line. 줄을 n임의 길이의 비어 …

23
새로운 파일 이름을 주장하십시오
런타임시 사용자 입력이 현재 작업 디렉토리를 기준으로 기존 파일 또는 디렉토리 또는 기타 파일 시스템 항목의 이름 이 아닐 때까지 입력 라인을 입력 하도록 프롬프트 하십시오. 그런 다음 마지막으로 입력 한 파일 이름을 반환 / 인쇄하십시오. 모든 사용자 입력이 유효한 파일 이름이라고 가정 할 수 있습니다. 의사 코드 1 myform …

9
거기에 있거나 광장입니다!
모든 사람들은 "있거나 정사각형"이라는 문구를 들었습니다. 그래서 도전 할 때가되었다고 생각했습니다. 입력 STDIN 또는 이와 동등한 것을 통해 입력되는 텍스트로 전체 절대 디렉토리 주소를 사용합니다. 산출 디렉토리 주소가 존재하고 유효하면 프로그램이 컴퓨터의 해당 폴더로 이동합니다. 그렇지 않은 경우 STDOUT 또는 다음과 같은 사각형을 통해 출력됩니다. +-+ | | +-+ 요구 …

26
가장 작은 파일 찾기
골: 현재 폴더에서 가장 작은 파일을 찾을 수있는 프로그램을 만듭니다. 파일 크기는 바이트 또는 문자로 측정 할 수 있습니다. 여러 파일의 크기가 같은 경우 하나를 선택하거나 모두 표시 할 수 있습니다. 폴더에 파일이 하나 이상 있다고 가정 할 수 있으며 크기가 0 인 파일은 없습니다. 폴더의 모든 파일을 사용중인 언어로로드 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.