วิธีการรับชื่อไฟล์โดยไม่มีเส้นทางในบรรทัดคำสั่งของ windows?


31
for /r %f in (*) do echo %f

ให้ชื่อไฟล์ที่ส่งออกพร้อมกับเส้นทางทั้งหมด

\path\to\dir\<filename>

ฉันจะได้รับ<filename>โดยไม่รวมเส้นทางได้อย่างไร ฉันต้องใช้สตริง 'ชื่อไฟล์'

นอกจากนี้ยังเป็นไปได้ที่จะทำสิ่งต่อไปนี้เมื่อได้รับชื่อไฟล์แล้ว?

for /r %%f in (*) do (
echo "blah blah blah 'filename'" >> blahblah_filename.txt
)

3
สำหรับการอ้างอิงในอนาคต Microsoft มีWindows XPออนไลน์- การอ้างอิงบรรทัดคำสั่ง AZซึ่งส่วนใหญ่ยังคงใช้กับรุ่นที่ใหม่กว่า เอกสารในคำตอบที่คุณยอมรับนั้นอยู่ท้ายของส่วนบนforคำสั่ง
martineau

@ Smartineau: น่าเสียดายที่หน้า 'Windows XP - การอ้างอิงบรรทัดคำสั่ง AZ' ออนไลน์ไม่อยู่ในบรรทัด (ลบออกโดย microsoft) และทางเลือกสำหรับเอกสารนี้ยังไม่พร้อมใช้งาน (เท่าที่ฉันสามารถหาเอกสารใด ๆ ได้ที่ ' เอกสารประกอบการโต้แย้ง% ~ ')
PapaAtHome

@PapaAtHome: โชคดีที่หนึ่งยังสามารถดูการอ้างอิงบรรทัดคำสั่งผ่านทาง web.archive.org ของเครื่อง Wayback
martineau

คำตอบ:


54

ใช้สำหรับ%~nxf<filename>.<extension>

และใช่คุณสามารถทำได้:

for /r %%f in (*) do (
echo "blah blah blah '%%~nxf'" >> blahblah_%%~nxf.txt
)

ดูfor /?:

In addition, substitution of FOR variable references has been enhanced.
You can now use the following optional syntax:

    %~I         - expands %I removing any surrounding quotes (")
    %~fI        - expands %I to a fully qualified path name
    %~dI        - expands %I to a drive letter only
    %~pI        - expands %I to a path only
    %~nI        - expands %I to a file name only
    %~xI        - expands %I to a file extension only
    %~sI        - expanded path contains short names only
    %~aI        - expands %I to file attributes of file
    %~tI        - expands %I to date/time of file
    %~zI        - expands %I to size of file
    %~$PATH:I   - searches the directories listed in the PATH
                   environment variable and expands %I to the
                   fully qualified name of the first one found.
                   If the environment variable name is not
                   defined or the file is not found by the
                   search, then this modifier expands to the
                   empty string

The modifiers can be combined to get compound results:

    %~dpI       - expands %I to a drive letter and path only
    %~nxI       - expands %I to a file name and extension only
    %~fsI       - expands %I to a full path name with short names only
    %~dp$PATH:I - searches the directories listed in the PATH
                   environment variable for %I and expands to the
                   drive letter and path of the first one found.
    %~ftzaI     - expands %I to a DIR like output line

In the above examples %I and PATH can be replaced by other valid
values.  The %~ syntax is terminated by a valid FOR variable name.
Picking upper case variable names like %I makes it more readable and
avoids confusion with the modifiers, which are not case sensitive.

คำตอบที่ดี มีความคิดใดบ้างที่ฉันสามารถค้นหาซับสตริงในเส้นทางแบบเต็มได้ ตัวอย่างเช่นฉันต้องการทราบว่า c: \ code \ myapp \ .git \ somefolder มีข้อความ ".git" หรือไม่
Dale Barnard

1
คุณสามารถทำการค้นหาแบบข้อความหรือแบบ regex โดยการไพพ์พา ธ ไปยังfindหรือfindstrคำสั่งเช่นecho %%f | find "\.git\" > NULหรือecho %%f | findstr /R /C:"\\\.git\\" /C:"\\\.git\>" > NULจากนั้นตรวจสอบ errorlevel ด้วยifคำสั่ง (findstr regex มีข้อ จำกัด มากดังนั้นนั่นเป็นความพยายามของฉันในการบังคับใช้ผู้นำ\และ [ต่อท้าย\หรือท้ายสตริง]) โปรดทราบว่าif errorlevelมีนิสัยแปลก ๆ ที่มีการล้มลงและคุณอาจไม่สามารถif %errorlevel%อยู่ในวงดังนั้นคุณอาจต้องSetLocal EnableDelayedExpansionก่อนแล้วจึงif !errorlevel!แทน
บ๊อบ

@DaleBarnard นอกจากนี้ให้พิจารณาโดยใช้ PowerShell - มากมากเจ็บปวดน้อยลงและผลอาจจะสอดคล้องกันมากขึ้น
บ๊อบ

blah blah ทำให้ฉันสับสนสิ่งที่ควรเป็นตัวแทนคืออะไร? เส้นทางแบบเต็มของไฟล์และชื่อไฟล์ที่แยกออกมาพอดีกับคำตอบนี้อย่างไร
thebunnyrules

@ thebunnyrules %~nxfเป็นชื่อไฟล์ตามที่ฉันพูดในประโยคแรก เมื่อคุณใช้ภายในแฟ้มชุดที่คุณจะต้องไปคู่ขึ้นทำให้% เป็นเพียงการยกตัวอย่างเช่นในคำถามและเปลี่ยนบิตกับเปลี่ยนตัว - The s เป็นเพียงฟิลเลอร์และไม่มีความหมายโดยเฉพาะอย่างยิ่ง %%~nxfblah blah blahfilename%%~nxfblah
บ๊อบ

0

ฉันยังไม่สามารถแสดงความคิดเห็น แต่ฉันเชื่อว่าควรสังเกตสิ่งต่อไปนี้เพื่อหลีกเลี่ยงความสับสน

ในขณะที่fสามารถนำมาใช้เป็นชื่อตัวแปรจะดีที่สุดที่จะใช้จดหมายอีกฉบับหนึ่งเพื่อหลีกเลี่ยงความสับสนกับตัวอักษรรูปแบบf(ซึ่งตามที่ระบุไว้ในคำตอบของบ๊อบกลับชื่อเส้นทางเต็ม) Fหรืออย่างน้อยการใช้เงินทุน

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.