Thread
:
bash script to collect info
View Single Post
#
5
(
permalink
)
10-25-2007, 08:53 PM
adahan
Junior Member
User
Join Date: Sep 2007
My distro: fedora 7
Posts: 5
thanks
now i need to move some file to folder i use this :
#!/bin/bash
OUT="$(hostname)"
mkdir "$(hostname)"
`cp /etc/hosts` >> OUT
#free -m >>$OUT
#echo "Disk info: " >> $OUT
#df -h >>$OUT
#scp $OUT
you@somewhere.com
and it not move please assist
adahan
View Public Profile
Send a private message to adahan
Find all posts by adahan