Digital Marketing

How to fix: find: Argument list too long

change the files into path.
Instead of:
$ find -name spam* path/*
use
$ find -name spam* path/

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database