I am trying to send USDC from the solana-cli command line but I can't find any example in the documentation. Everything is references to how to do it in javascript importing these 2 libraries.
import * as web3 from "@solana/web3.js";
import * as splToken from "@solana/spl-token";
The first to transfer SOL coin and the second for the rest of the TOKENS. Can be done? does anyone know the command?