
Sign up to save your podcasts
Or


While the history command is useful, it will display all previous commands, by piping | through the grep command we can filter by what we are looking for
history | grep rename
so in this instance, we are looking for the rename command
By While the history command is useful, it will display all previous commands, by piping | through the grep command we can filter by what we are looking for
history | grep rename
so in this instance, we are looking for the rename command