Search Results

Search: Posts Made By: LoneRanger
1,832
Posted By Corona688
Perhaps awk -F"|" -v OFS="|" '{...
Perhaps awk -F"|" -v OFS="|" '{ $4=sprintf("%.2f",$4); } 1'
2,432
Posted By rbatte1
My first observation (after adding a few CODE...
My first observation (after adding a few CODE tags) is that you remove the file ValidFiles after checking that it exists; then you start a loop which may or may not append to the file ValidFiles
...
1,493
Posted By RudiC
Your specification is far from clear. You could...
Your specification is far from clear. You could have provided some expected output. Nevertheless, try this:find . -mtime -8 -ls |
awk ' {split ($11, T, "[._]")
...
1,368
Posted By jim mcnamara
Welcome to UNIX.COM .seq File...
Welcome to UNIX.COM

.seq

File extensions DO NOT have meaning necessarily to a UNIX OS. This is a Windows thing primarily. Some windows-like Linux desktops can be set up to associate certain...
Showing results 1 to 4 of 4

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