Open guicho271828 opened 3 years ago
Maybe related to #90
this makes it easier to parse rmapi output and build scripts. I am writing a sync command outside rmapi (because it seems easier than learning go myself). related: #148 #134
but find has the -type arg. having [f]/[d] makes filtering easier and just doing | cut -b5- can remove them
-type
| cut -b5-
cut -c5- that is what I am using and replicating the posix behavior is a good thing.
cut -c5-
Maybe related to #90
this makes it easier to parse rmapi output and build scripts. I am writing a sync command outside rmapi (because it seems easier than learning go myself). related: #148 #134