TAR A FILE IN LINUX
Use below command to tar a file.
Syntax
Tar -zcvf new_filename file_to_be_tar -C destination_directory
tar -zcvf 19.0.0.tar 19.0.0 -C /home/oracle/ >/dev/null 2>&1
Use below command to tar a file.
Syntax
Tar -zcvf new_filename file_to_be_tar -C destination_directory
tar -zcvf 19.0.0.tar 19.0.0 -C /home/oracle/ >/dev/null 2>&1