[root@localhost ~]# more uptime.txt
15:56:38 up 462 days, 20:11, 1 user, load average: 0.32, 0.22, 0.18
[root@localhost ~]# uptime
12:39:27 up 520 days, 16:54, 1 user, load average: 0.00, 0.00, 0.00
[root@localhost ~]# uptime > uptime1.txt
[root@localhost ~]# more uptime1.txt
12:39:38 up 520 days, 16:54, 1 user, load average: 0.00, 0.00, 0.00
[root@localhost ~]#