|
|
|
|
|
by Sponge5
892 days ago
|
|
If there's a combination of options that I use for a command and catch myself forgetting it, I either make a script or an alias that I name appropriately. All the scripts are in the same folder, so I can look through them if I forget which one. Same goes for aliases by using: alias | grep <original command>
|
|