create a file
[root@localhost ~]# cat > hyd
hello hyderabad
ctrl + d (save and quit )
[root@localhost ~]# cp hyd s3
to check
[root@localhost ~]# cat s3
hello hyderabad
[root@localhost ~]# cat > hyd
hello hyderabad
ctrl + d (save and quit )
[root@localhost ~]# cp hyd s3
to check
[root@localhost ~]# cat s3
hello hyderabad
No comments:
Post a Comment