• 3 Posts
  • 201 Comments
Joined 3 years ago
cake
Cake day: June 7th, 2023

help-circle












  • I just tried your use case, and it did move the files to the correct folder.

    using zsh:

     user@computer  ~  touch test.jpg
     user@computer  ~  touch test2.jpg
     user@computer  ~  mv test.jpg ./Public 
     user@computer  ~  mv test2.jpg $_
     user@computer  ~  ls ./Public 
    test2.jpg  test.jpg
     user@computer  ~  
    

    using bash:

    [user@computer Public]$ mkdir test
    [user@computer Public]$ ls
    test  test2.jpg  test.jpg
    [user@computer Public]$ mv test.jpg ./test
    [user@computer Public]$ mv test2.jpg $_
    [user@computer Public]$ ls
    test
    [user@computer Public]$ ls test/
    test2.jpg  test.jpg
    [user@computer Public]$ 
    

    using bash and full path:

    [user@computer Public]$ ls
    test  test2.jpg  test.jpg
    [user@computer Public]$ mv test.jpg /home/user/Public/test
    [user@computer Public]$ mv test2.jpg $_
    [user@computer Public]$ ls
    test
    [user@computer Public]$ ls test/
    test2.jpg  test.jpg
    [user@computer Public]$ 
    

    What shell are you using? You can check it by using echo $0.

     user@computer  ~  echo $0
    /usr/bin/zsh
    
    [user@computer ~]$ echo $0
    /bin/bash
    

    I can’t reproduce it, even when putting the directory path in quotes, it still simply moved the file.






  • InFerNo@lemmy.ml
    cake
    tolinuxmemes@lemmy.worldAnother W
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    3 months ago

    Apex runs on Linux. We used to play it, but then they blocked it actively because there were too many cheaters on the platform. I’m sure the cheater problem has been subsided now that it’s blocked /s

    If they “allow it”, you can just play it again.



  • InFerNo@lemmy.ml
    cake
    tolinuxmemes@lemmy.worldBeware
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    I don’t have VRR monitors and only occasionally dabbled in VR, to my experience without issues besides ALVR disconnecting from SteamVR sometimes. I picked up the VR set now that my system is beefed up and I still have the same issue sometimes, so I’m not chalking this up to my older Nvidia card or drivers.