I have the following script where I'm trying to ftp a file after a test:
------------ Begin Script ----------------------------
#!/bin/bash -x
HOST="64.102.94.191"
FTPUSER="anonymous"
FTPPASSWORD="CNC-Bot"
tgfile="/home/rlevau/collections/transport-usa1.zip"
dltype=`grep -i...
I have the following data in a set of files I need to look at and evaluate:
the file has a header row, and is delimited by <fsp> (wierd, I know)
I'm looking to see if the number of rows with an TimeInventoryUptime value between the file creation date and that same date +24 hrs is the same as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.