Skip to content

Version 0.28.0

Compare
Choose a tag to compare
@nao1215 nao1215 released this 08 Dec 01:39
· 196 commits to main since this release

Added

  • sddf command. Search & Delete Duplicated Files.

Changed

  • mimixbox command.
    • When an error occurs, the name of the applet that caused the error is displayed.
  • wc command.
    • Fixed the bug that the file specified by the argument is not referenced when the wc command is connected by pipe.
    • Display the count result even if the argument is directory.
    • When an error occurs, wc command display its name.
  • cat command.
    • Fixed the bug that the cat command does not refer to the argument when pipe is used.
    • Fixed the bug that some lines do not have line numbers when the --number option is specified and there is a line feed code in the file-to-file concatenation.
    • Concatenate here documents and files.
  • mkdir command.
    • Output an error instead of a help message when no argument is specified.
  • touch command.
    • Continue processing even if an error occurs
  • cp command.
    • Print error if the -r option is not attached when copying the directory.
    • Print error if the copy destination is in the hierarchy below the copy source directory.
    • Fixed the bug that the directory hierarchy of the source path is copied as it is when copying the directory. The correct process is to copy from the base name of the source path.
  • md5sum / sha1sum / sha256sum / sha512sum command.
    • Print the error if the argument is directory or non-existent file.
    • If PIPE and file path are passed at the same time, the PIPE data will be ignored.
  • which command.
    • Change exit-status frmo succes to error if which command can't find binary.
    • Changed the specification that allows only one command to be searched.
  • nl command.
    • Fixed the bug that the cat command does not refer to the argument when pipe is used.
    • Delete unused line feed.
    • Fixed a bug that line numbers do not match when concatenating PIPE data and files.
    • Print the error when specifying the file that does not exist.