Search results

  1. D

    figure out the complicated command

    Hi everyone, I am trying to figure out the command below; find ./ -type f | awk -F / -v OFS=/ '{$NF="";dir[$0]++} END {for (i in dir) print diri}' the output is like: 6./Release_1_18_1_0_06_26/metadata/3_Control_Files/ 5./Release_1_18_1_0_06_26/metadata/7_SAS_Code/...
Top