Skip to content

Instantly share code, notes, and snippets.

@IvanAlekseevichPopov
Created April 25, 2017 05:25
Show Gist options
  • Select an option

  • Save IvanAlekseevichPopov/7edf907d7774399007ec3171bffe0fea to your computer and use it in GitHub Desktop.

Select an option

Save IvanAlekseevichPopov/7edf907d7774399007ec3171bffe0fea to your computer and use it in GitHub Desktop.
fast copy bash
cp /home/user1/myfile123456789.txt{,-new}
и обратно:
cp /home/user1/myfile123456789.txt{-new,}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment