[LINUX] Completely personal note

This is a very personal note. Make a note of the Linux commands that you tend to forget.

How to get the full path ``` $ find `pwd` -name "file name.sh" ```

How to write a shell script

test.sh


# ---This is a comment-----------
#Get the bash path with which bash
# ------------------------

#!/bin/bash
echo hello-world

Give execute permission. $ chmod +x deploy.sh To do $ /test script full path /test.sh

Recommended Posts

Completely personal note
Flask's personal note # 2
Flask's personal note # 1
Note
Note
[AtCoder] ABC165C Personal Note [Python]
pyenv note
GroupBy Note
Deploy Django api on heroku (personal note)
argparse note
Django Note 5
Note: Python
[Personal note] Web page scraping with python3
Ansible Note
Python note
Django Note 1
direnv note
Personal Note Package to install on Anaconda
Django note 3
Django note 2
[Note] RepresenterError