Explore Connect Documentation
Snippets
1
2
3
4
5
6
7
touch /tmp/file1 /tmp/file2
ln -s /tmp tmpLink # create a link tmpLink to the directory /tmp
ls /tmp  # display files in /tmp directory
# enter the directory /tmp by referencing the softlink tmpLink
cd tmpLink
ls
Press desired key combination and then press ENTER.