@fell @linuxquestions IIRC it is just like with cp:
cp some_existing_file new_file ln -s some_existing_file new_file
@fell @linuxquestions IIRC it is just like with cp:
cp some_existing_file new_file
ln -s some_existing_file new_file