if ! -f $da ];
then
$com > /root/Desktop/backup-$DATECODE
else
$com > /root/Desktop/folder-$DATECODE/backup-$DATECODE
fi "
this is my shell script its working when i run in mysystem but only thing if file is already there i need to creat new folder in that i need to put tcpdump backup file
if run this first thing is working second one is not working tcpdump can`t creat the folder. before i did now i lost my all scripts