[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6557":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},6557,"coreutils","coreutils\u002Fcoreutils","upstream mirror","http:\u002F\u002Fgit.savannah.gnu.org\u002Fgitweb\u002F?p=coreutils.git",null,"C",5175,1053,126,8,0,5,17,47,19,40.07,"GNU General Public License v3.0",false,"master",true,[],"2026-06-12 02:01:26","These are the GNU core utilities.  This package is the union of\nthe GNU fileutils, sh-utils, and textutils packages.\n\nMost of these programs have significant advantages over their Unix\ncounterparts, such as greater speed, additional options, and fewer\narbitrary limits.\n\nThe programs that can be built with this package are:\n\n  [ arch b2sum base32 base64 basename basenc cat chcon chgrp chmod chown\n  chroot cksum comm coreutils cp csplit cut date dd df dir dircolors dirname\n  du echo env expand expr factor false fmt fold groups head hostid hostname\n  id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp\n  mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx\n  pwd readlink realpath rm rmdir runcon seq sha1sum sha224sum sha256sum\n  sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty sum sync\n  tac tail tee test timeout touch tr true truncate tsort tty uname unexpand\n  uniq unlink uptime users vdir wc who whoami yes\n\nSee the file NEWS for a list of major changes in the current release.\n\nIf you obtained this file as part of a \"git clone\", then see the\nREADME-hacking file.  If this file came to you as part of a tar archive,\nthen see the file INSTALL for general compilation and installation\ninstructions, or README-install for system and coreutils specific instructions.\n\nLike the rest of the GNU system, these programs mostly conform to\nPOSIX, with BSD and other extensions.  For closer conformance, or\nconformance to a particular POSIX version, set the POSIXLY_CORRECT\nand the _POSIX2_VERSION environment variables, as described in\nthe documentation under \"Standards conformance\".\n\nThe ls, dir, and vdir commands are all separate executables instead of\none program that checks argv[0] because people often rename these\nprograms to things like gls, gnuls, l, etc.  Renaming a program\nfile shouldn't affect how it operates, so that people can get the\nbehavior they want with whatever name they want.\n\nSpecial thanks to Paul Eggert, Brian Matthews, Bruce Evans, Karl Berry,\nKaveh Ghazi, and François Pinard for help with debugging and porting\nthese programs.  Many thanks to all of the people who have taken the\ntime to submit problem reports and fixes.  All contributed changes are\nattributed in the commit logs.\n\nAnd thanks to the following people who have provided accounts for\nportability testing on many different types of systems: Bob Proulx,\nChristian Robert, François Pinard, Greg McGary, Harlan Stenn,\nJoel N. Weber, Mark D. Roth, Matt Schalit, Nelson H. F. Beebe,\nRéjean Payette, Sam Tardieu.\n\nThanks to Michael Stone for inflicting test releases of this package\non Debian's unstable distribution, and to all the kind folks who used\nthat distribution and found and reported bugs.\n\nNote that each man page is now automatically generated from a template\nand from the corresponding --help usage message.  Patches to the template\nfiles (man\u002F*.x) are welcome.  However, the authoritative documentation\nis in texinfo form in the doc directory.\n\n\n***************\nFeature requests:\n---------------\n\nIf you would like to add a new feature, please try to get some sort of\nconsensus that it is a worthwhile change.  One way to do that is to send\nmail to coreutils@gnu.org including as much description and justification\nas you can.  Based on the feedback that generates, you may be able to\nconvince us that it's worth adding.  Please also consult the list of\npreviously discussed but ultimately rejected feature requests at:\nhttps:\u002F\u002Fwww.gnu.org\u002Fsoftware\u002Fcoreutils\u002Frejected_requests.html\n\n\n***************\nReporting bugs:\n---------------\n\nSend bug reports, questions, comments, etc. to bug-coreutils@gnu.org.\nTo suggest a patch, see the files README-hacking and HACKING for tips.\n\nAll of these programs except 'test' recognize the '--version' option.\nWhen reporting bugs, please include in the subject line both the package\nname\u002Fversion and the name of the program for which you found a problem.\n\nIf you have a problem with 'sort', try running 'sort --debug', as it\ncan often help find and fix problems without having to wait for an\nanswer to a bug report.  If the debug output does not suffice to fix\nthe problem on your own, please compress and attach it to the rest of\nyour bug report.\n\nIMPORTANT: if you take the time to report a test failure,\nplease be sure to include the output of running 'make check'\nin verbose mode for each failing test.  For example,\nif the test that fails is tests\u002Fdf\u002Fdf-P.sh, then you would\nrun this command:\n\n  make check TESTS=tests\u002Fdf\u002Fdf-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1\n\nFor some tests, particularly perl tests, you can get even more detail by adding\nDEBUG=yes. Then include the contents of the file 'log' in your bug report.\n\n\n***************************************\n\nThere are many tests, but nowhere near as many as we need.\nAdditions and corrections are very welcome.\n\nIf you see a problem that you've already reported, feel free to re-report\nit -- it won't bother us to get a reminder.  Besides, the more messages we\nget regarding a particular problem the sooner it'll be fixed -- usually.\nIf you sent a complete patch and, after a couple weeks you haven't\nreceived any acknowledgement, please ping us.  A complete patch includes\na well-written ChangeLog entry, unified (diff -u format) diffs relative\nto the most recent test release (or, better, relative to the latest\nsources in the public repository), an explanation for why the patch is\nnecessary or useful, and if at all possible, enough information to\nreproduce whatever problem prompted it.  Plus, you'll earn lots of\nkarma if you include a test case to exercise any bug(s) you fix.\nHere are instructions for checking out the latest development sources:\n\n  https:\u002F\u002Fsavannah.gnu.org\u002Fgit\u002F?group=coreutils\n\nFor general documentation on the coding and usage standards\nthis distribution follows, see the GNU Coding Standards at:\nhttps:\u002F\u002Fwww.gnu.org\u002Fprep\u002Fstandards\u002F\n\nFor any copyright year range specified as YYYY-ZZZZ in this package\nnote that the range specifies every single year in that closed interval.\n\nPlease see the file COPYING for copying conditions.\n\n========================================================================\n\nCopyright (C) 1998-2026 Free Software Foundation, Inc.\n\nPermission is granted to copy, distribute and\u002For modify this document\nunder the terms of the GNU Free Documentation License, Version 1.3 or\nany later version published by the Free Software Foundation; with no\nInvariant Sections, with no Front-Cover Texts, and with no Back-Cover\nTexts.  A copy of the license is included in the \"GNU Free\nDocumentation License\" file as part of this distribution.\n","这是一个包含了GNU核心实用程序的项目，集成了文件处理、文本操作和系统管理等工具。项目提供了如cat、cp、ls、mkdir等超过100个命令行工具，相较于传统的Unix版本，这些工具在速度、功能选项以及限制条件上都有显著改进。使用C语言编写，遵循POSIX标准，并兼容BSD和其他扩展特性。适用于需要高效且功能丰富的命令行环境的各种场景，无论是开发、运维还是日常数据处理任务。",2,"2026-06-11 03:07:35","top_language"]