1 shell script tagged "cp command"
- Shell Script to read source file and copy it to target file
#!/bin/bash
# Shell to read source file and copy it to target file. If the file
# is copied successfully then give message ‘File copied successfully’
# else give message ‘problem copying file’
# ————————————————————————-
# Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# ————————————————————————-
# This script is part of nixCraft [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

