-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add recursive option to ipfs files ls #8104
Copy link
Copy link
Open
Labels
P3Low: Not priority right nowLow: Not priority right nowdif/mediumeffort/hoursEstimated to take one or several hoursEstimated to take one or several hourskind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Milestone
Metadata
Metadata
Assignees
Labels
P3Low: Not priority right nowLow: Not priority right nowdif/mediumeffort/hoursEstimated to take one or several hoursEstimated to take one or several hourskind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Having a "recursive" option for ipfs files ls would be pretty handy for "finding" data.
I encountered corrupt CID's in #8103.
The corrupted CID's were identified via
ipfs repo verify, and I can list the CID's one folder at a time viaipfs files ls -l /, however I have to go directory-by-directory to list them all.Ideally,
ipfs files ls -r -l /would exist so I can dump all the files in MFS, and grep for the CID.