すべての公開記録

onayamiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。

記録
  • 2025年3月28日 (金) 21:26 Moutaku3dayo トーク 投稿記録 がページ「Python cut.py」を作成しました (ページの作成:「import argparse import sys def cut(fields, delimiter, input_file): """ Extract specified fields or columns from the input file or standard input. :param fields: Comma-separated list of fields to extract (1-based indexing). :param delimiter: Delimiter used to separate fields. :param input_file: Input file path or None for standard input. """ # Parse the fields to extract try: field_indices = [int(f) - 1 for f in fields.split(…」)