Text only
|
Text with Images
Cobra Forum
Linux => New to Ubuntu => Topic started by: mahesh on Sep 20, 2023, 06:01 AM
Title:
changing script destination
Post by:
mahesh
on
Sep 20, 2023, 06:01 AM
how to change this script so it goes to my home folder not desktop
#!/bin/bash
crontab -l > $HOME/Desktop/crontabBackup-`date +"%d-%m-%Y"`
tks
Text only
|
Text with Images