Python Forum
How to merge all the files in a directory in to one file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to merge all the files in a directory in to one file
#1
I have a bunch of .log in the directory /home/vs/vs_work2/Chi_DEPB/
I want to merge them into a single file.

output_file.txt : Contents, all the merged files.
Reply
#2
Please show your attempted code, any error tracebacks, and where you think the problem lies.
Reply
#3
(Dec-09-2020, 09:04 PM)Larz60+ Wrote: Please show your attempted code, any error tracebacks, and where you think the problem lies.

This is my attempted code but.

Quote:cat /home/vs/vs_work2/Chi_DEPB/*.log > output_file.txt
Reply
#4
(Dec-09-2020, 09:04 PM)Larz60+ Wrote: Please show your attempted code, any error tracebacks, and where you think the problem lies.

in this thread, I have explained the complete question

https://python-forum.io/Thread-Merging-a...rmanceINFO
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 7 3,469 Mar-09-2025, 04:25 PM
Last Post: Pedroski55
  deleting files in program files directory RRADC 6 3,247 Aug-21-2024, 06:11 PM
Last Post: snippsat
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 1,044 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  I'm trying to merge 2 .csv files with no joy! Sick_Stigma 3 998 Aug-03-2024, 03:20 PM
Last Post: mariadsouza362
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,602 Jun-17-2024, 12:26 AM
Last Post: AdamHensley
  Filer and sort files by modification time in a directory tester_V 5 2,509 May-02-2024, 05:39 PM
Last Post: tester_V
  Loop through all files in a directory? Winfried 10 4,581 Apr-23-2024, 07:38 PM
Last Post: FortuneCoins
  uploading files from a ubuntu local directory to Minio storage container dchilambo 0 1,407 Dec-22-2023, 07:17 AM
Last Post: dchilambo
  merge all xlsb files into csv mg24 0 833 Nov-13-2023, 08:25 AM
Last Post: mg24
  change directory of save of python files akbarza 3 3,521 Jul-23-2023, 08:30 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020