Vi Nguyen's Dev Notes
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Deployment & Operation
Linux
Rename a file to folder name
Copy
cp
.env
/sample-env/
$(
pwd
|
xargs
basename
)
.env
Last updated
2 years ago