Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tar

Scripts Traversing Through Directories Looking For Specific Set Of Files And Folders

I'm trying to create a script that will traverse through all folders and subfolders of rootDir … Read more Scripts Traversing Through Directories Looking For Specific Set Of Files And Folders

Extract All Files With Directory Path In Given Directory

I have a tar archive in which I have a directory which I need to extract in a given directory. For … Read more Extract All Files With Directory Path In Given Directory

Filtering Files Using Specific Pattern When Reading Tar.gz Archive In Pyspark

I have multiple CSV files in my folder myfolder.tar.gz. Which I created in this way: first put all … Read more Filtering Files Using Specific Pattern When Reading Tar.gz Archive In Pyspark

How To Compress A Tar File In A Tar.gz Without Directory?

I'm looking for a way to compress a tar file in a tar.gz without directory. Today my code gener… Read more How To Compress A Tar File In A Tar.gz Without Directory?