bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63781] The number of characters cannot be checked correctly with t


From: Moto
Subject: [bug #63781] The number of characters cannot be checked correctly with the -name option.
Date: Fri, 10 Feb 2023 02:29:17 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63781>

                 Summary: The number of characters cannot be checked correctly
with the -name option.
                 Project: findutils
               Submitter: moto
               Submitted: Fri 10 Feb 2023 07:29:14 AM UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 4.8.0
         Discussion Lock: Any
           Fixed Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 10 Feb 2023 07:29:14 AM UTC By: Moto <moto>
An event occurred in which RHEL8.5 and RockyLinux9.1 behaved differently in
the process of checking the file name length. The file name contains Japanese
characters. Why does find behave differently between ver8.5 and ver9.1? Please
let me know if there is a workaround.

▼command

find "." -name
"????????????????????????????????????????????????????????????????*" | wc -l

▼result Ver8.5

0

▼result Ver9.1

13

▼command

 find "." -name
"????????????????????????????????????????????????????????????????*" 

▼result ver9.1

./rgbe/納品/201610/Insert_UzT0301BatchInformation_継続検査用納税証明書発行.sql
./rgbc/testData/sql/設定切替/申告書・納付書一体型_カスタマイズ01へ変更.sql
./_customize/Normal/rgbf/old(rgbf_initialData_Authorityに格納されていたもの)
./rgbb/rgbb_BbFs0051調定表個別データ作成_異動事由区分取得.udf
./rgbb/rgbb_BbFt0038_納税通知書発行対象者一覧_未発行分.udf
./rgbb/rgbb_BbFt0039_納税通知書発行対象者一覧_範囲指定.udf
./rgbb/rgbb_BbFt0040_納税通知書発行対象者一覧_過去発行.udf
./rgbb/rgbb_BbFt0042更正通知書with納通_未発行_納税対象.udf
./rgbb/rgbb_BbFt0043更正通知書with納通_未発行_納税対象外.udf
./rgbb/rgbb_BbFt0044_仮徴収停止通知書発行対象者一覧_未発.udf
./rgbb/rgbb_BbFt0045_仮徴収停止通知書発行対象者一覧_範囲.udf
./rgbb/rgbb_BbFt0045更正通知書with納通_抽出_納税対象外.udf
./rgbb/rgbb_BbFt0046_仮徴収停止通知書発行対象者一覧_過去.udf

▼command

 find . -name
"*1調定表個別データ作成_異動事由区分取得.udf*"

▼result ver8.5

./rgbb/rgbb_BbFs0051調定表個別データ作成_異動事由区分取得.udf







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63781>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]