Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use command #31

Closed
wants to merge 1 commit into from
Closed

Fix use command #31

wants to merge 1 commit into from

Conversation

hakamata-rui
Copy link

@hakamata-rui hakamata-rui commented Mar 29, 2017

ls command output vary from OS to OS.
In my case, awk '{print $9}' shows time of last modification.
Since the last field always shows directory name, we have to get it by $NF to get dir names of go versions.

$ ls -l
total 0
drwxr-xr-x  20 abc123  Hoge Users  680  3 29 15:23 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant