diff --git a/pages/common/icontopbm.md b/pages/common/icontopbm.md new file mode 100644 index 0000000000..b898aea373 --- /dev/null +++ b/pages/common/icontopbm.md @@ -0,0 +1,8 @@ +# icontopbm + +> This command is superseded by `sunicontopbm`. +> More information: . + +- View documentation for the current command: + +`tldr sunicontopbm` diff --git a/pages/common/pbmtoicon.md b/pages/common/pbmtoicon.md new file mode 100644 index 0000000000..d566f32ae4 --- /dev/null +++ b/pages/common/pbmtoicon.md @@ -0,0 +1,8 @@ +# pbmtoicon + +> This command is superseded by `pbmtosunicon`. +> More information: . + +- View documentation for the current command: + +`tldr pbmtosunicon` diff --git a/pages/common/pbmtosunicon.md b/pages/common/pbmtosunicon.md new file mode 100644 index 0000000000..dc0d5ac7ea --- /dev/null +++ b/pages/common/pbmtosunicon.md @@ -0,0 +1,8 @@ +# pbmtosunicon + +> Convert a PBM image into a Sun icon. +> More information: . + +- Convert a PBM image into a Sun icon: + +`pbmtosunicon {{path/to/input.pbm}} > {{path/to/output.ico}}` diff --git a/pages/common/sunicontopbm.md b/pages/common/sunicontopbm.md new file mode 100644 index 0000000000..3d5b8332f8 --- /dev/null +++ b/pages/common/sunicontopbm.md @@ -0,0 +1,8 @@ +# sunicontopnm + +> Convert a Sun icon into a Netpbm image. +> More information: . + +- Convert a Sun icon into a Netpbm image: + +`sunicontopnm {{path/to/input.ico}} > {{path/to/output.pbm}}`