want to write a .command file to quickly switch whether to display the full file.
you usually need to knock one line at a time
defaults write com.apple.Finder AppleShowAllFiles YES(NO) && killAll Finder
is there any way to query the status of AppleShowAllFiles to quickly switch over if then?