*[best practices question]*
I'm just getting started with unix - and I find some of the common operations e.g. creating symbolic links
ln -s
or renaming files mv
unintuitive.
I am debating whether to define my own aliases e.g. rename
, symlink
instead.
**Is this a bad idea? why (not)?**
---
**Note:** I'm not doing sysadmin stuff, and am just using the unix terminal for productivity on my own personal computer.
**Clarification:** By this I mean defining my own syntax for *any* unintuitive built in bash command - such that I can understand them better - but it would be exclusive to machines I control (access to my aliases)
Asked by Rosabel Marquez
(1 rep)
Feb 18, 2021, 07:19 PM
Last activity: Feb 18, 2021, 11:39 PM
Last activity: Feb 18, 2021, 11:39 PM