Posterous

various ramblings

-- justin kelly

  • Blog
  • Home
  • Contact me

Filed underlink

See all posts on Posterous with this tag »

justin kelly


TwitterLaconi.ca/Identi.ca
justin kelly's profile »

Tags

  • linux (30)
  • php (20)
  • simple invoices (20)
  • bash (10)
  • chrome (10)
  • ubuntu (9)
  • google (8)
  • apache (5)
  • centos (5)
  • google apps (5)
  • View all 44 tags »
  • mysql (5)
  • dns (4)
  • shell (4)
  • svn (4)
  • zend_framework (4)
  • perl (3)
  • pinboard.in (3)
  • posterous (3)
  • project (3)
  • random (3)
  • vps (3)
  • bespin (2)
  • dropbox (2)
  • exlibris (2)
  • extensions (2)
  • gnu_screen (2)
  • hardware (2)
  • jquery (2)
  • media (2)
  • mongo (2)
  • vi (2)
  • aleph (1)
  • bzr (1)
  • dvcs (1)
  • git (1)
  • jolicloud (1)
  • json (1)
  • link (1)
  • netgear (1)
  • oracle (1)
  • rails (1)
  • redmine (1)
  • srv (1)
  • trac (1)

Archive

2012 (4)
January (4)
2011 (52)
December (3)
November (2)
September (8)
August (14)
July (8)
June (5)
May (7)
April (3)
January (2)
2010 (66)
October (5)
September (3)
August (2)
July (7)
June (6)
May (8)
April (8)
March (11)
February (13)
January (3)
2009 (31)
December (1)
November (2)
October (10)
September (10)
August (5)
March (1)
February (2)
Follow this Space »
You're following this Space (Edit)
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.
Loading...
June 23, 2010

How to: copy file and append current date in linux/bash

  • Edit
  • Delete
  • Tags
  • Autopost

$ ls

somefile_file.jsp 

$ cp somefile_file.jsp{,.`date +%Y%m%d`}

$ ls

somefile_file.jsp somefile_file.jsp.20100624 

Filed under  //

  • bash
  • link