Newbetuts
.
Write current date/time and number of files to a file
linux
Solution 1:
$ echo "$(date) $(ls -1 | wc -l)" >> /root/log.txt
Related
ssh with passphrase, fallback to Google Authenticator
How are these 'bad bots' finding my closed webserver?
Can I set up Fedora or Centos repos in RHEL6?
Log through a FIFO, then redirect to a file?
Domain controller offline over 2 months, now can't sync
Is it a good idea to back up SQL database to an External USB Hard Drive?
What is the difference between a plain Amazon ec2 instance and beanstalk?
When to raise domain functional level?
How do I use Robocopy to exclude ALL subfolders under a chosen folder?
IIS 7.5 Unable to write configuration file
How do you avoid that server documentation gets out of sync with the actual setup?
chown: changing ownership of `.': Invalid argument
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook