/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#take backup
NOW=$(date +"%b-%d-%y%H:%M")
BKPFILE="hadoop-env-$NOW.sh"
echo $BKPFILE
cp hadoop-env.sh "$BKPFILE"
Comments
 Subscribe to comments
                    Subscribe to comments
                
                