Guest User

testing

a guest
Jan 19th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ksh
  2. $ function convert_date_to_long {
  3. > long_date="${1}${2}${3}"
  4. >
  5. > return $long_date;
  6. > }
  7. $ convert_date_to_long 2015 02 25
  8. $ echo $long_date
  9. 20150225
Add Comment
Please, Sign In to add comment