Increase the terminal buffer to 100kb so you can scroll up and see more output.
{command}is the command you want to run and see more output from
DEBUG_PRINT_LIMIT=100000; {command}List every file in every subfolder matching {pattern}.
{pattern}is a wildcard pattern, such as*.md
find . -name '{pattern}' -type fList the latest gists in your GitHub account
gh gist list --limit 1000