ipfs, ls cmd

ipfs ls

Displays the contents of an IPFS or IPNS object(s) at the given path, with
the following format:
>ipfs  ls Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip
QmdgDTm9LS3bF3uPwJhekqXVqFL2NmLn1spwoZaDPKJNx9 4445  asset-manifest.json
QmUVmQX9RQpn2iDJ5CKraqGN412UWAmwyvSgqB7bzYovSV 34494 favicon.ico
QmazwSMi26EtRGEYEXSZd2qcGNVKSrsLe37v1QYn4v6pqC 4431  index.html
QmNTKe2CkWCCnwrBi2XnzYURjtJsmz4wSGrhUggPP41QHV 24008 ipfs-logo-512-ice.png
QmQj7fziv1uoW5dj2AoC5hH7tpQA8Z4mXVvoU2iKVJfm6f -     locales/
QmSEMvMuBcWcMH1A4ky7Dm7Fzjv1e67E5LLQ3U2o4ERPip 298   manifest.json
QmaeUpsUaGgZKfc8QomFkCz2ufGejVd6TvoeVf917isTzW 4614  precache-manifest.ce0f28832f71d931b22fdc5000bd3224.js
QmagVATq8fYw7J4geqN5ZHkQFwd27vVGVm5aNv5mNF1U9J 1185  service-worker.js
QmVHv5hsCXvAq2vvr2ZQ7EsR2judkVonNezioGnRkgCpem -     static/

ipfs file ls

Displays the contents of an IPFS or IPNS object(s) at the given path.

The JSON output contains size information. For files, the child size
is the total size of the file contents. For directories, the child
size is the IPFS link size.

This functionality is deprecated, and will be removed in future versions. If
possible, please use ‘ipfs ls’ instead.

>ipfs file ls Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip
asset-manifest.json
favicon.ico
index.html
ipfs-logo-512-ice.png
locales
manifest.json
precache-manifest.ce0f28832f71d931b22fdc5000bd3224.js
service-worker.js
static

ipfs files ls

List directories in the local mutable namespace.

>ipfs files ls
e4
f2
f3
f4
f5
f6
file
test1

你可能感兴趣的:(IPFS)