Is there anything that could help me memorise the argument order of the `ln` command? 8 0
@fell @linuxquestions IIRC it is just like with cp:
cp some_existing_file new_file
ln -s some_existing_file new_file
Reply
Next