How tocan I change lines in linux/basharound using the command line?
e.g. I have thisthese lines:
Acct-Status-Type = Start
User-Name = "37XXXXXXX"
Event-Timestamp = "Apr 12 2013 15:56:55 AMT"
NeedI need to change the order to this:
Event-Timestamp = "Apr 12 2013 15:56:55 AMT"
User-Name = "37XXXXXXX"
Acct-Status-Type = Start
AlsoI need to do this by one command, sed, awk, perl or smth like it. Thankssomething like that.