Search Results

Search: Posts Made By: hin-linux
1,451
Posted By hin-linux
Question about awk commands
what does this mean?

cat /etc/passwd | awk -F: '{print $5}' | \
awk -F, '{print $1}' | \
awk '{print tolower($l)};{print tolower($2)}' | \
grep -v '^$' >> local_tmp
1,397
Posted By hin-linux
thanks:)
thanks:)
1,397
Posted By hin-linux
Question about variables
What does this mean?

#!/bin/bash
BACKUPFILE=backup-$(date +%m-%d-%Y)
archive=${1:-$BACKUPFILE}
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy