Skip to content

Commit

Permalink
Tar single UID's PT files.
Browse files Browse the repository at this point in the history
  • Loading branch information
doh16101 committed Feb 16, 2024
1 parent ae1aa32 commit cb8a5af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions transfer_data/tar_PT_files_single_UID.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source_path="/mnt/r/ENGR_Chon/Dong/MATLAB_generate_results/NIH_PulseWatch/PT_format"
dest_path="/mnt/r/ENGR_Chon/Dong/MATLAB_generate_results/NIH_PulseWatch/tar_PT_format"
sub_d="120"
dest_tar="${dest_path}/${sub_d}.tar"
tar -C $source_path -cvf $dest_tar $sub_d

0 comments on commit cb8a5af

Please sign in to comment.