DEV Community

Discussion on: How I Manipulate Files on the Command line

Collapse
 
voyeg3r profile image
Sérgio Araújo • Edited

Let me give you some hints, from a guy who uses Linux for a long time:

cp file{,-backup} # easy backup creation

download and change permission at once
wget -c url -O filename && chmod +x $_